IsNumericNonIntegral Method
Returns true if the type is any of the numeric non-integral data types: double, float and decimal.
public static System.bool IsNumericNonIntegral(
System.Type
)
'Declaration
Public Shared Function IsNumericNonIntegral( _
ByVal As System.Type _
) As System.Boolean
Parameters
- type
- Type.
Return Value
True if the type is a non-integral numeric.