Click or drag to resize
DigitalRuneVector2DAbsolute Method (Vector2D)
Returns a vector with the absolute values of the elements of the given vector.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Vector2D Absolute(
	Vector2D vector
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVector2D
The vector.

Return Value

Type: Vector2D
A vector with the absolute values of the elements of the given vector.
See Also