Returns true if the type is any of the integral numeric data types: int, uint, long, ulong, short, ushort, sbyte and byte.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static bool IsNumericIntegral(
	this Type type
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function IsNumericIntegral ( _
	type As Type _
) As Boolean

Parameters

type
Type: System..::..Type
Type.

Return Value

True if the type is an integral numeric.

See Also