'Declaration Public Shared Function IsNumericIntegral( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNumericIntegral( System.Type type )
Parameters
- type
- Type.
Return Value
True if the type is an integral numeric.
'Declaration Public Shared Function IsNumericIntegral( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNumericIntegral( System.Type type )