Open main menu

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