OsList2Double
From OpenSimulator
(Difference between revisions)
Line 6: | Line 6: | ||
[[Category:OSSL]] | [[Category:OSSL]] | ||
+ | [[Category:OSSL functions without example]] |
Revision as of 16:35, 5 June 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. Because of this, osList2Double is useless and has a threat level of None.