Click or drag to resize

Double Class

The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype IEEE 754-2008.

Each floating point datatype has a value space that is a subset of the rational numbers.

Floating point numbers are often used to approximate arbitrary real numbers.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsdAnySimpleType
    Altova.RaptorXml.XsdAnyAtomicType
      Altova.RaptorXml.XsdDouble

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

The Double type exposes the following members.

Constructors
  NameDescription
Public methodDouble(Double)
Initializes a new instance of the Double class
Public methodDouble(String)
Initializes a new instance of the Double 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