Vector2::SquareRoot Method

Returns a vector whose elements are the square root of each of a specified vector's elements.

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

public:
static Vector2 SquareRoot(
	Vector2 value
)

Parameters

value
Type: System.Numerics::Vector2

A vector.

Return Value

Type: System.Numerics::Vector2
The square root vector.
Show: