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

Compute min max of all values contained in a buffer that are not equal to the specified undefined value.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public void ComputeMinMaxWithUndefinedValue(
	SoBufferObject inputBuffer,
	SbDataType dataType,
	double undefinedValue,
	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.

undefinedValue
Type: SystemDouble

ignored value

min
Type: SystemDouble

Result values

max
Type: SystemDouble
Remarks

See Also