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