Windows apps
Collapse the table of content
Expand the table of content

Vector4::Abs Method

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

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector4 Abs(
	Vector4 value
)

Parameters

value
Type: System.Numerics::Vector4

A vector.

Return Value

Type: System.Numerics::Vector4
The absolute value vector.
Show:
© 2017 Microsoft