Click or drag to resize

Vector4FMultiply Operator (Single, Vector4F)

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
C#
public static Vector4F operator *(
	float s,
	Vector4F v
)

Parameters

s
Type: SystemSingle
The scalar value.
v
Type: NeoAxisVector4F
The vector to scale.

Return Value

Type: Vector4F
The scaled vector.
See Also