OsList2Double
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | {| width="100%" style="border: thin solid black" | |
+ | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
+ | |- valign="top" | ||
+ | |'''Threat Level''' || None | ||
− | + | |- valign="top" | |
+ | |'''Function Syntax''' || <source lang="lsl"> | ||
+ | osList2Double(list src, integer index) | ||
+ | </source> | ||
+ | |- valign="top" | ||
+ | |'''Example(s)|| | ||
+ | |} | ||
+ | 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]] | + | [[Category:OSSL Functions]] |
[[Category:OSSL functions without example]] | [[Category:OSSL functions without example]] |
Revision as of 09:38, 11 June 2011
OsList2Double | |
Threat Level | None |
Function Syntax | osList2Double(list src, integer index) |
Example(s) |
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.