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