Click or drag to resize
SoArithmeticMult Method (SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType)

Multiply two buffers into a third one.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public int Mult(
	SoCpuBufferObject inputBufferA,
	SbDataType typeA,
	SoCpuBufferObject inputBufferB,
	SbDataType typeB,
	SoCpuBufferObject outputBufferC,
	SbDataType typeC
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeA
Type: OIV.InventorSbDataType
inputBufferB
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeB
Type: OIV.InventorSbDataType
outputBufferC
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeC
Type: OIV.InventorSbDataType

Return Value

Type: Int32
Remarks

Fast version for Cpu buffers.

See Also