Click or drag to resize
SoCpuBufferBitSetGetMinMax Method

Get the min and max values in the buffer, if they are known.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool GetMinMax(
	out double min,
	out double max
)

Parameters

min
Type: SystemDouble

user variable to store min value

max
Type: SystemDouble

user variable to store max value

Return Value

Type: Boolean
Remarks

Returns false if these values have not been set or computed. Returns true if values are available.

See Also