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

Vector2D.SquareRoot Static Method

C#
public static Vector2D SquareRoot(Vector2D vdVector)

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

Parameters

[Vector2D] vdVector

The source vector.

Returns

Vector2D

The square root vector.