Show / Hide Table of Contents

Class NumericType

Represents a type of number.

Inheritance
object
NumericType
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class NumericType

Fields

BigInteger

A big integer

Declaration
public const string BigInteger = "BigInteger"
Field Value
Type Description
string

Count

A count

Declaration
public const string Count = "Count"
Field Value
Type Description
string

Decimal

A decimal

Declaration
public const string Decimal = "Decimal"
Field Value
Type Description
string

Double

A double

Declaration
public const string Double = "Double"
Field Value
Type Description
string

Float

A float

Declaration
public const string Float = "Float"
Field Value
Type Description
string

Incremental

An incremental value

Declaration
public const string Incremental = "Incremental"
Field Value
Type Description
string

Integer

An integer

Declaration
public const string Integer = "Integer"
Field Value
Type Description
string

Long

A long

Declaration
public const string Long = "Long"
Field Value
Type Description
string

Short

A short

Declaration
public const string Short = "Short"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX