ComponentOne Basic Library for UWP
IsNumericIntegral Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class : IsNumericIntegral Method
Type.
Returns true if the type is any of the integral numeric data types: int, uint, long, ulong, short, ushort, sbyte and byte.
Syntax
'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.
See Also

Reference

TypeEx Class
TypeEx Members