Click or drag to resize
SoConverterParametersSetInputRangeMinMax Method

Set the input data range to map to the output data format.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetInputRangeMinMax(
	double min,
	double max
)

Parameters

min
Type: SystemDouble
max
Type: SystemDouble

Return Value

Type: Boolean
Remarks

Like the -r command line argument. If not specified, and input type is float and output type is integer, the values are simply cast into the output data type. Returns true if parameter is valid, else returns false.

See Also