Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.SquareRoot Static Method

C#
public static Vector3D SquareRoot(Vector3D value)

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

Parameters

[Vector3D] value

The source vector.

Returns

Vector3D

The square root vector.