SoVolumeHistogramSetInputValueRange Method |
For floating data type, specifies the range the histogram has to be computed in.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetInputValueRange(
double rangeMin,
double rangeMax
)
Public Sub SetInputValueRange (
rangeMin As Double,
rangeMax As Double
)
public:
void SetInputValueRange(
double rangeMin,
double rangeMax
)
member SetInputValueRange :
rangeMin : float *
rangeMax : float -> unit
Parameters
- rangeMin
- Type: SystemDouble
- rangeMax
- Type: SystemDouble
Remarks Must be called before any call to OIV.LDM.SoVolumeHistogram.AddValues(OIV.Inventor.Devices.SoBufferObject, System.Int32). Default values are -20000. 20000.
See Also