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.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ComputeMinMaxWithUndefinedValue(
SoBufferObject inputBuffer,
SbDataType dataType,
double undefinedValue,
out double min,
out double max
)
Public Sub ComputeMinMaxWithUndefinedValue (
inputBuffer As SoBufferObject,
dataType As SbDataType,
undefinedValue As Double,
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
)
public:
void ComputeMinMaxWithUndefinedValue(
SoBufferObject^ inputBuffer,
SbDataType dataType,
double undefinedValue,
[OutAttribute] double% min,
[OutAttribute] double% max
)
member ComputeMinMaxWithUndefinedValue :
inputBuffer : SoBufferObject *
dataType : SbDataType *
undefinedValue : float *
min : float byref *
max : float byref -> unit
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