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