SetFloat32 Data Member Function

Sets the value at the specified index.

Prototype

double SetFloat32( int32 p_nIndex, double value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the value to set.
doublevalueThe value, which will be converted to float16.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.