SoArithmeticComputeMinMax Method (SoBufferObject, SbDataType, Double, Double) |
Compute min max of all values contained in a buffer.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ComputeMinMax(
SoBufferObject inputBuffer,
SbDataType dataType,
out double min,
out double max
)
Public Sub ComputeMinMax (
inputBuffer As SoBufferObject,
dataType As SbDataType,
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
)
public:
void ComputeMinMax(
SoBufferObject^ inputBuffer,
SbDataType dataType,
[OutAttribute] double% min,
[OutAttribute] double% max
)
member ComputeMinMax :
inputBuffer : SoBufferObject *
dataType : SbDataType *
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.
- min
- Type: SystemDouble
Result values
- max
- Type: SystemDouble
Remarks See Also