ComponentOne FinancialChart for WPF
IsNumericIntegralSigned Method



C1.WPF Namespace > TypeEx Class : IsNumericIntegralSigned Method
Type.
Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsNumericIntegralSigned( _
   ByVal type As Type _
) As Boolean
'Usage
 
Dim type As Type
Dim value As Boolean
 
value = TypeEx.IsNumericIntegralSigned(type)
[Extension()]
public static bool IsNumericIntegralSigned( 
   Type type
)
[Extension()]
public:
static bool IsNumericIntegralSigned( 
   Type^ type
) 

Parameters

type
Type.

Return Value

True if the type is a signed integral numeric.
See Also

Reference

TypeEx Class
TypeEx Members