Click or drag to resize
SbVec2i32Multiply Operator (Int32, SbVec2i32)
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: 2025.2.0.RC.0a6fe6666992233cffde83847550fd441faba7a7
Syntax
public static SbVec2i32 operator *(
	int d,
	SbVec2i32 v1
)

Parameters

d
Type: SystemInt32
v1
Type: OIV.InventorSbVec2i32

Return Value

Type: SbVec2i32
Resulting vector.
See Also