OsList2Double

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(This function no not exist in OpenSimulator source code)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
|threat_level=
|- valign="top"
+
|permissions=
|'''Threat Level''' || None
+
|delay=
 
+
|function_syntax=float osList2Double(list src, integer index)
|- valign="top"
+
|description=<div style="background-color:#FFA0A0; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
|'''Function Syntax''' || <source lang="lsl">
+
'''Caution!''' This function no not exist in OpenSimulator source code ...</div>
osList2Double(list src, integer index)
+
|ossl_example=<source lang = "lsl">
 +
This function no not exist in OpenSimulator source code ...
 
</source>
 
</source>
|- valign="top"
+
|additional_info=
|'''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 Functions]]
+
[[Category:OSSL functions without example]]
+

Latest revision as of 17:08, 5 December 2020

float osList2Double(list src, integer index)
Caution! This function no not exist in OpenSimulator source code ...
Threat Level No threat level specified
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
This function no not exist in OpenSimulator source code ...


Personal tools
General
About This Wiki