GetRangeAsFloat64 Data Member Function

Fills the <Float64Matrix> submitted to this function with the range. You have to be careful and make sure that the range does not overflow <float64>, otherwise the resulting values will not be accurate. For example, if all minimum values are -1 and all maximum values are 1, the matrix is populated with the value 2.

Prototype

double GetRangeAsFloat64( Float64Matrix p_oDest )

Parameters

Parameter Type Parameter Name Documentation
<Float64Matrix>p_oDestA pointer to the destination object.

Examples

Copy Text To Clipboard

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