| IsothermGetIntervalMinMaxValues Method |
Gets minimum and maximum values for interval.
Namespace: Flir.Atlas.Image.IsothermsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public void GetIntervalMinMaxValues(
ref double min,
ref double max
)
Parameters
- min
- Type: SystemDouble
The minimum value. - max
- Type: SystemDouble
The maximum value.
See Also