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

Vector4D.Abs Static Method

C#
public static Vector4D Abs(Vector4D value)

Returns a vector whose elements are the absolute values of each of the source vector's elements.

Parameters

[Vector4D] value

The source vector.

Returns

Vector4D

The absolute value vector.