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

B = A * scaleFactor 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 Scale(
	SoOpenCLBufferObject inputBufferA,
	SbDataType typeA,
	SoOpenCLBufferObject outputBufferB,
	SbDataType typeB,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeA
Type: OIV.InventorSbDataType
outputBufferB
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeB
Type: OIV.InventorSbDataType
scaleValue
Type: SystemSingle

Return Value

Type: Int32
Remarks