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

Vector3::Multiply Method (Single, Vector3)

Multiplies a scalar value by a specified vector.

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

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

Parameters

left
Type: System::Single

The scaled value.

right
Type: System.Numerics::Vector3

The vector.

Return Value

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