Click or drag to resize
SoVolumeHistogramSetInputValueRange Method

For floating data type, specifies the range the histogram has to be computed in.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetInputValueRange(
	double rangeMin,
	double rangeMax
)

Parameters

rangeMin
Type: SystemDouble
rangeMax
Type: SystemDouble
Remarks

Must be called before any call to addValues(). Default values are -20000. 20000.

See Also