Click or drag to resize
SoArithmeticComputeMinMax Method (SoBufferObject, SbDataType, Double, Double)

Compute min max of all values contained in a buffer.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public void ComputeMinMax(
	SoBufferObject inputBuffer,
	SbDataType dataType,
	out double min,
	out double max
)

Parameters

inputBuffer
Type: OIV.Inventor.DevicesSoBufferObject

The source buffer object.

dataType
Type: OIV.InventorSbDataType

The type of the data in the source buffer object.

min
Type: SystemDouble

Result values

max
Type: SystemDouble
Remarks

See Also