OsList2Double
From OpenSimulator
(Difference between revisions)
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 = | + | |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. |
| − | + | ||
| − | | | + | |
| − | ossl_example = | + | |
| − | | | + | |
| − | + | ||
| | | | ||
}} | }} | ||
Revision as of 20: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 |