Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / TypeEx Class / IsNumericNonIntegral Method
Type.

In This Topic
    IsNumericNonIntegral Method (TypeEx)
    In This Topic
    Returns true if the type is any of the numeric non-integral data types: double, float and decimal.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function IsNumericNonIntegral( _
       ByVal type As Type _
    ) As Boolean
    [Extension()]
    public static bool IsNumericNonIntegral( 
       Type type
    )

    Parameters

    type
    Type.

    Return Value

    True if the type is a non-integral numeric.
    See Also