+1 888 340 6572

Array GetFloatValue: Difference between revisions

From MultiCharts
(Created page with "Returns the float value with a certain index from numerical array. ==Usage== <syntaxhighlight>array_getfloatvalue</syntaxhighlight> ==Example== Assign the second float va...")
 
No edit summary
 
Line 1: Line 1:
Returns the float value with a certain index from numerical array.
Returns the float value with a certain index from array.
   
   
==Usage==
==Usage==

Latest revision as of 18:01, 16 May 2012

Returns the float value with a certain index from array.

Usage

array_getfloatvalue

Example

Assign the second float value of arr array to Value1 variable:

array: arr[10](0);
value1 = array_getfloatvalue(arr, 2);