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

Vector4D.SquareRoot Static Method

C#
public static Vector4D SquareRoot(Vector4D value)

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

Parameters

[Vector4D] value

The source vector.

Returns

Vector4D

The square root vector.