Click or drag to resize
IsothermGetIntervalMinMaxValues Method
Gets minimum and maximum values for interval.

Namespace: Flir.Atlas.Image.Isotherms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void GetIntervalMinMaxValues(
	ref double min,
	ref double max
)

Parameters

min
Type: SystemDouble
The minimum value.
max
Type: SystemDouble
The maximum value.
See Also