OsList2Double
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
m (some syntax modification (may be major or minor)) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
− | |function_syntax=osList2Double(list src, integer index) | + | |function_syntax=float osList2Double(list src, integer index) |
|ossl_example= | |ossl_example= | ||
|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. | |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. | ||
| | | | ||
}} | }} |
Revision as of 02:32, 2 July 2011
float 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 |