×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Array SetFloatValue - MultiCharts
Open main menu

Array SetFloatValue

Revision as of 16:21, 22 May 2012 by Roman MultiCharts (talk | contribs) (Created page with "Sets the float value for a certain index of numerical array ==Usage== <syntaxhighlight>Array_SetFloatValue</syntaxhighlight> ==Example== Set the first and third values of ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets the float value for a certain index of numerical array

Usage

Array_SetFloatValue

Example

Set the first and third values of arr array to 1.789

array: arr[10](false);
Array_SetFloatValue (arr, 1, 1.789000352);
Array_SetFloatValue (arr, 3, 1.789000352);