Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DXUtil Class / IsZero Method
The floating value.

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

    Parameters

    a
    The floating value.

    Return Value

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