Click or drag to resize

Decimals Class

The Decimals class represents the value of the @decimals attribute on an XBRL numeric fact.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlDecimals

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Decimals : IDisposable, IComparable, 
	IComparable<Decimals>

The Decimals type exposes the following members.

Constructors
  NameDescription
Public methodDecimals(Int32)
Initializes a new instance of the Decimals class
Public methodDecimals(Decimals)
Initializes a new instance of the Decimals class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Decimals)
Public methodDispose
Releases all resources used by the Decimals
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Decimals)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInfinity
Public methodToString (Overrides ObjectToString.)
Top
Operators
See Also