Click or drag to resize
SoCpuBufferCompressedGetMinMax 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: 10.12.3.0 (10.12.3.0)
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