Click or drag to resize

CVVRangeDouble Method

Get the min. and max. values of a VV while ignoring dummies.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RangeDouble(
	ref double min,
	ref double max
)

public void RangeDouble(
	ref double min,
	ref double max
)

Parameters

min
Type: SystemDouble
Minimum value - returned
max
Type: SystemDouble
Maximum value - returned
Remarks
Minimum and maximum become <define>GS_R8DM</define> if entire VV is dummy.
See Also