SetDouble Data Member Function

Sets the value of the <float64> at the specified index.

Prototype

int32 SetDouble( int32 p_nIndex, double value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the <float64> to set. Must be between 0 and 15.
doublevalueThe value of the <float64> you wish to set.

Examples

Copy Text To Clipboard

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