SoConverterParametersSetInputRangeMinMax Method |
Set the input data range to map to the output data format.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool SetInputRangeMinMax(
double min,
double max
)
Public Function SetInputRangeMinMax (
min As Double,
max As Double
) As Boolean
public:
bool SetInputRangeMinMax(
double min,
double max
)
member SetInputRangeMinMax :
min : float *
max : float -> bool
Parameters
- min
- Type: SystemDouble
- max
- Type: SystemDouble
Return Value
Type:
BooleanRemarks
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