Show / Hide Table of Contents

    Class NumericType<T>

    Represents the numeric type.

    Inheritance
    Object
    NumericType<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public static class NumericType<T>
    Type Parameters
    Name Description
    T

    Fields

    | Improve this Doc View Source

    BitsSize

    The bits size.

    Declaration
    public static readonly int BitsSize
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    BytesSize

    The bytes size.

    Declaration
    public static readonly int BytesSize
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    CanBeNumeric

    The can be numeric.

    Declaration
    public static readonly bool CanBeNumeric
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsFloatPoint

    The is float point.

    Declaration
    public static readonly bool IsFloatPoint
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsNullable

    The is nullable.

    Declaration
    public static readonly bool IsNullable
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsNumeric

    The is numeric.

    Declaration
    public static readonly bool IsNumeric
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsSigned

    The is signed.

    Declaration
    public static readonly bool IsSigned
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    MaxValue

    The max value.

    Declaration
    public static readonly T MaxValue
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    MinValue

    The min value.

    Declaration
    public static readonly T MinValue
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    SignedVersion

    The signed version.

    Declaration
    public static readonly Type SignedVersion
    Field Value
    Type Description
    Type
    | Improve this Doc View Source

    Type

    The type.

    Declaration
    public static readonly Type Type
    Field Value
    Type Description
    Type
    | Improve this Doc View Source

    UnderlyingType

    The underlying type.

    Declaration
    public static readonly Type UnderlyingType
    Field Value
    Type Description
    Type
    | Improve this Doc View Source

    UnsignedVersion

    The unsigned version.

    Declaration
    public static readonly Type UnsignedVersion
    Field Value
    Type Description
    Type
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX