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

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVectorF
The vector.

Return Value

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