Click or drag to resize
SoOpenCLArithmeticMadd Method (SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, Single)

C = A * scale + B OpenCL input version.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int Madd(
	SoOpenCLBufferObject inputBufferA,
	SbDataType typeA,
	SoOpenCLBufferObject inputBufferB,
	SbDataType typeB,
	SoOpenCLBufferObject outputBufferC,
	SbDataType typeC,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeA
Type: OIV.InventorSbDataType
inputBufferB
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeB
Type: OIV.InventorSbDataType
outputBufferC
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeC
Type: OIV.InventorSbDataType
scaleValue
Type: SystemSingle

Return Value

Type: Int32
Remarks