SbVec4i32Multiply Operator (Int32, SbVec4i32) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.0.Release.b1c2f41e1719ac8d4c3f00435c0b4b040d8bfcc0
Syntax public static SbVec4i32 operator *(
int d,
SbVec4i32 v1
)
Public Shared Operator * (
d As Integer,
v1 As SbVec4i32
) As SbVec4i32
public:
static SbVec4i32 operator *(
int d,
SbVec4i32 v1
)
static let inline (*)
d : int *
v1 : SbVec4i32 : SbVec4i32
Parameters
- d
- Type: SystemInt32
- v1
- Type: OIV.InventorSbVec4i32
Return Value
Type:
SbVec4i32Resulting vector.
See Also