OsList2Double
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | {| | + | {{osslfunc| |
| − | + | threat_level = None | |
| − | | | + | | |
| − | + | function_syntax = <source lang="lsl"> | |
| − | + | ||
| − | + | ||
| − | + | ||
osList2Double(list src, integer index) | osList2Double(list src, integer index) | ||
</source> | </source> | ||
| − | | | + | | |
| − | + | ossl_example = | |
| − | + | | | |
| − | + | additional_info = 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. | |
| − | + | | | |
| − | 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 15:32, 12 June 2011
osList2Double(list src, integer index) | |
| No descriptions provided | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Notes | |
| 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. | |