OsList2Double
From OpenSimulator
| 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.