Class NumericType<T>
Represents the numeric type.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public static class NumericType<T>
Type Parameters
Name | Description |
---|---|
T |
Fields
| Improve this Doc View SourceBitsSize
The bits size.
Declaration
public static readonly int BitsSize
Field Value
Type | Description |
---|---|
Int32 |
BytesSize
The bytes size.
Declaration
public static readonly int BytesSize
Field Value
Type | Description |
---|---|
Int32 |
CanBeNumeric
The can be numeric.
Declaration
public static readonly bool CanBeNumeric
Field Value
Type | Description |
---|---|
Boolean |
IsFloatPoint
The is float point.
Declaration
public static readonly bool IsFloatPoint
Field Value
Type | Description |
---|---|
Boolean |
IsNullable
The is nullable.
Declaration
public static readonly bool IsNullable
Field Value
Type | Description |
---|---|
Boolean |
IsNumeric
The is numeric.
Declaration
public static readonly bool IsNumeric
Field Value
Type | Description |
---|---|
Boolean |
IsSigned
The is signed.
Declaration
public static readonly bool IsSigned
Field Value
Type | Description |
---|---|
Boolean |
MaxValue
The max value.
Declaration
public static readonly T MaxValue
Field Value
Type | Description |
---|---|
T |
MinValue
The min value.
Declaration
public static readonly T MinValue
Field Value
Type | Description |
---|---|
T |
SignedVersion
The signed version.
Declaration
public static readonly Type SignedVersion
Field Value
Type | Description |
---|---|
Type |
Type
The type.
Declaration
public static readonly Type Type
Field Value
Type | Description |
---|---|
Type |
UnderlyingType
The underlying type.
Declaration
public static readonly Type UnderlyingType
Field Value
Type | Description |
---|---|
Type |
UnsignedVersion
The unsigned version.
Declaration
public static readonly Type UnsignedVersion
Field Value
Type | Description |
---|---|
Type |