OsList2Double

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = None
|- valign="top"
+
|
|'''Threat Level''' || None
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osList2Double(list src, integer index)
 
osList2Double(list src, integer index)
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||
+
ossl_example =  
 
+
|  
|}
+
additional_info = This function converts a value in the specified index of the list src to the double data type.  However, OSSL does not have a double data type.  C# contains a double type, but the current LSL implementation does not.
 
+
|
This function converts a value in the specified index of the list src to the double data type.  However, OSSL does not have a double data type.  C# contains a double type, but the current LSL implementation does not.
+
}}
 
+
[[Category:OSSL Functions]]
+
[[Category:OSSL functions without example]]
+

Revision as of 16:32, 12 June 2011

osList2Double(list src, integer index)
No descriptions provided
Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Notes
This function converts a value in the specified index of the list src to the double data type. However, OSSL does not have a double data type. C# contains a double type, but the current LSL implementation does not.
Personal tools
General
About This Wiki