Click or drag to resize
SoCpuBufferBitSetSetMinMax Method

Set min and max values for this buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetMinMax(
	double min,
	double max
)

Parameters

min
Type: SystemDouble

user variable containing min value

max
Type: SystemDouble

user variable containing max value

Remarks

See Also