Vector4 Constructor (Single)

Creates a new Vector4 object whose four elements have the same value.

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

public:
Vector4(
	float value
)

Parameters

value
Type: System::Single

The value to assign to all four elements.

Show: