Click or drag to resize
SbVec4ubMultiply Operator (Int32, SbVec4ub)
The multiplication operator (*), which applies on each component of v1 the d multiplicative factor.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public static SbVec4ub operator *(
	int d,
	SbVec4ub v1
)

Parameters

d
Type: SystemInt32
v1
Type: OIV.InventorSbVec4ub

Return Value

Type: SbVec4ub
Resulting vector.
See Also