ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector4 Structure / AbsRef Method / AbsRef(Vector4,Vector4) Method
The absolute value vector.
A vector.

In This Topic
    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 result As Vector4, _
       ByRef value As Vector4 _
    ) 
    public static void AbsRef( 
       out Vector4 result,
       ref Vector4 value
    )

    Parameters

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