Click or drag to resize
SbVec4ubMultiply Operator (SbVec4ub, Int32)
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 *(
	SbVec4ub v1,
	int d
)

Parameters

v1
Type: OIV.InventorSbVec4ub
d
Type: SystemInt32

Return Value

Type: SbVec4ub
Resulting vector.
See Also