SetFloat64 Data Member Function

Sets the value of the matrix at the specified index.

Prototype

int32 SetFloat64( int32 p_nIndex, double value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexA value from 0 to 15 representing the index of the value to retrieve from the matrix.
doublevalueThe value to set.

Examples

Copy Text To Clipboard

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