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

Vector3::Multiply Method (Vector3, Single)

Multiplies a vector by a specified scalar.

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

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

Parameters

left
Type: System.Numerics::Vector3

The vector to multiply.

right
Type: System::Single

The scalar value.

Return Value

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