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

Vector3 Constructor (Single)

Creates a new Vector3 object whose three elements have the same value.

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

public:
Vector3(
	float value
)

Parameters

value
Type: System::Single

The value to assign to all three elements.

Show:
© 2017 Microsoft