Vector4IMultiply Operator (Int32, Vector4I) |
Multiplies a vector by a given scalar.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Vector4I operator *(
int i,
Vector4I v
)
Parameters
- i
- Type: SystemInt32
The scalar value. - v
- Type: NeoAxisVector4I
The vector to scale.
Return Value
Type:
Vector4IThe scaled vector.
See Also