SoConverterParametersGetInputRangeMinMax Method |
Returns input data range.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetInputRangeMinMax(
out double min,
out double max
)
Public Sub GetInputRangeMinMax (
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
)
public:
void GetInputRangeMinMax(
[OutAttribute] double% min,
[OutAttribute] double% max
)
member GetInputRangeMinMax :
min : float byref *
max : float byref -> unit
Parameters
- min
- Type: SystemDouble
- max
- Type: SystemDouble
Remarks See Also