| Integer Class | 
The Integer class is derived from Decimal by fixing the value of fractionDigits to be 0 and disallowing the
trailing decimal point. This results in the standard mathematical concept of the integer numbers. The value space of Integer
is the infinite set {...,-2,-1,0,1,2,...}.
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Altova.RaptorXml.Xsd
 Syntax
SyntaxThe Integer type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | IsBoolean | (Inherited from AnySimpleType.) | 
|  | IsDecimal | (Inherited from AnySimpleType.) | 
|  | IsDouble | (Inherited from AnySimpleType.) | 
|  | IsDuration | (Inherited from AnySimpleType.) | 
|  | IsFloat | (Inherited from AnySimpleType.) | 
|  | IsInteger | (Inherited from AnySimpleType.) | 
|  | IsNumeric | (Inherited from AnySimpleType.) | 
|  | IsString | (Inherited from AnySimpleType.) | 
|  | LexicalValue | (Inherited from AnySimpleType.) | 
|  | Value | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Compare | |
|  | CompareTo(Object) | |
|  | CompareTo(AnyAtomicType) | (Inherited from AnyAtomicType.) | 
|  | CompareTo(AnySimpleType) | (Inherited from AnySimpleType.) | 
|  | CompareTo(Decimal) | (Inherited from Decimal.) | 
|  | CompareTo(Integer) | |
|  | Dispose | (Inherited from AnySimpleType.) | 
|  | Equals(Object) | (Overrides DecimalEquals(Object).) | 
|  | Equals(AnyAtomicType) | (Inherited from AnyAtomicType.) | 
|  | Equals(AnySimpleType) | (Inherited from AnySimpleType.) | 
|  | Equals(Decimal) | (Inherited from Decimal.) | 
|  | Equals(Integer) | |
|  | GetHashCode | (Overrides DecimalGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | (Inherited from AnySimpleType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | |
|   | GreaterThan | |
|   | (Integer to Decimal) | |
|   | Inequality | |
|   | LessThan | 
 See Also
See Also