SbVec2sMultiply Operator (Int32, SbVec2s) |
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: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic static SbVec2s operator *(
int d,
SbVec2s v1
)
Public Shared Operator * (
d As Integer,
v1 As SbVec2s
) As SbVec2s
public:
static SbVec2s operator *(
int d,
SbVec2s v1
)
static let inline (*)
d : int *
v1 : SbVec2s : SbVec2s
Parameters
- d
- Type: SystemInt32
- v1
- Type: OIV.InventorSbVec2s
Return Value
Type:
SbVec2sResulting vector.
See Also