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