OsList2Double

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
osList2Double(list src, integer index)
+
{|  width="100%" style="border: thin solid black"
 +
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || None
  
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.
+
|- valign="top"
 +
|'''Function Syntax''' || <source lang="lsl">
 +
osList2Double(list src, integer index)
 +
</source>
 +
|- valign="top"
 +
|'''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]]
+
[[Category:OSSL Functions]]
 
[[Category:OSSL functions without example]]
 
[[Category:OSSL functions without example]]

Revision as of 10:38, 11 June 2011

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.

Personal tools
General
About This Wiki