ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / IsNumericType Method
The type to test.

In This Topic
    IsNumericType Method
    In This Topic
    Tests whether the type is a numeric one.
    Syntax
    'Declaration
     
    Public Shared Function IsNumericType( _
       ByVal t As Type _
    ) As Boolean
    public static bool IsNumericType( 
       Type t
    )

    Parameters

    t
    The type to test.

    Return Value

    True if the type is numeric, false otherwise.
    See Also