+1 888 340 6572

Array SetFloatValue

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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);