Click or drag to resize

CVARangeDouble Method

Computes the minimum and maximum range of the data, in doubles, in a vector 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
See Also