OsList2Double

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = None
+
|threat_level=None
|
+
|function_syntax=osList2Double(list src, integer index)
function_syntax = <source lang="lsl">
+
|ossl_example=
osList2Double(list src, integer index)
+
|description=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.
</source>
+
|
+
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.
+
 
|
 
|
 
}}
 
}}

Revision as of 21:35, 1 July 2011

osList2Double(list src, integer index)
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.
Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Personal tools
General
About This Wiki