C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector2 Structure / AbsRef Method / AbsRef(Vector2,Vector2) Method
The absolute value vector.
A vector.

In This Topic
AbsRef(Vector2,Vector2) Method
In This Topic
Returns a vector whose elements are the absolute values of each of the specified vector's elements.
Syntax
'Declaration
 
Public Overloads Shared Sub AbsRef( _
   ByRef result As Vector2, _
   ByRef value As Vector2 _
) 
 

Parameters

result
The absolute value vector.
value
A vector.
See Also