ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / IsNumericIntegralSigned Method
Type.

In This Topic
    IsNumericIntegralSigned Method
    In This Topic
    Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.
    Syntax
    'Declaration
     
    Public Shared Function IsNumericIntegralSigned( _
       ByVal type As System.Type _
    ) As System.Boolean
    public static System.bool IsNumericIntegralSigned( 
       System.Type type
    )

    Parameters

    type
    Type.

    Return Value

    True if the type is a signed integral numeric.
    See Also