Click or drag to resize

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

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Integer : Decimal

The Integer type exposes the following members.

Constructors
  NameDescription
Public methodInteger
Initializes a new instance of the Integer class
Top
Properties
  NameDescription
Public propertyIsBoolean (Inherited from AnySimpleType.)
Public propertyIsDecimal (Inherited from AnySimpleType.)
Public propertyIsDouble (Inherited from AnySimpleType.)
Public propertyIsDuration (Inherited from AnySimpleType.)
Public propertyIsFloat (Inherited from AnySimpleType.)
Public propertyIsInteger (Inherited from AnySimpleType.)
Public propertyIsNumeric (Inherited from AnySimpleType.)
Public propertyIsString (Inherited from AnySimpleType.)
Public propertyLexicalValue (Inherited from AnySimpleType.)
Public propertyValue
Top
Methods
Operators
See Also