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

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

Syntax

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

Parameters

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

Return Value

True if the type is a signed integral numeric.

See Also