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

Vector2D.Abs Static Method

C#
public static Vector2D Abs(Vector2D value)

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

Parameters

[Vector2D] value

The source vector.

Returns

Vector2D

The absolute value vector.