Click or drag to resize
DigitalRuneVectorDAbsolute Method (VectorD)
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 VectorD Absolute(
	VectorD vector
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVectorD
The vector.

Return Value

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