Vector2.SquareRoot(Vector2) 方法
定义
返回一个向量,其元素是指定向量的每个元素的平方根。Returns a vector whose elements are the square root of each of a specified vector's elements.
public:
static System::Numerics::Vector2 SquareRoot(System::Numerics::Vector2 value);
public static System.Numerics.Vector2 SquareRoot (System.Numerics.Vector2 value);
static member SquareRoot : System.Numerics.Vector2 -> System.Numerics.Vector2
Public Shared Function SquareRoot (value As Vector2) As Vector2
参数
- value
- Vector2
一个向量。A vector.
返回
平方根向量。The square root vector.