Windows apps
Collapse the table of content
Expand the table of content

Vector4::Multiply Method (Single, Vector4)

Multiplies a scalar value by a specified vector.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector4 Multiply(
	float left, 
	Vector4 right
)

Parameters

left
Type: System::Single

The scaled value.

right
Type: System.Numerics::Vector4

The vector.

Return Value

Type: System.Numerics::Vector4
The scaled vector.
Show:
© 2017 Microsoft