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 As Vector2, _
ByRef As Vector2 _
)
public static void AbsRef(
out Vector2 ,
ref Vector2
)
Parameters
- result
- The absolute value vector.
- value
- A vector.
See Also