Integer Class |
integer(value)
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,...}.
Namespace: Altova.RaptorXml.Xsd
The Integer type exposes the following members.
| 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 |
| 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.) |
| Name | Description | |
|---|---|---|
| Equality | ||
| GreaterThan | ||
| (Integer to Decimal) | ||
| Inequality | ||
| LessThan |