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

In This Topic
    AbsRef(Vector4) Method
    In This Topic
    Calculates the absolute value vector.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub AbsRef( _
       ByRef value As Vector4 _
    ) 
    public static void AbsRef( 
       ref Vector4 value
    )

    Parameters

    value
    A vector.
    See Also