ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DXUtil Class / IsOne Method
The floating value.

In This Topic
    IsOne Method
    In This Topic
    Determines whether the specified value is close to one (1.0f).
    Syntax
    'Declaration
     
    Public Shared Function IsOne( _
       ByVal a As System.Single _
    ) As System.Boolean
    public static System.bool IsOne( 
       System.float a
    )

    Parameters

    a
    The floating value.

    Return Value

    true if the specified value is close to one (1.0f); otherwise, false.
    See Also