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

Vector3::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 Vector3 SquareRoot(
	Vector3 value
)

Parameters

value
Type: System.Numerics::Vector3

A vector.

Return Value

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