Click or drag to resize

Precision Class

The Precision class represents the value of the @precision attribute on an XBRL numeric fact.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlPrecision

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

The Precision type exposes the following members.

Constructors
  NameDescription
Public methodPrecision(UInt32)
Initializes a new instance of the Precision class
Public methodPrecision(Precision)
Initializes a new instance of the Precision class
Top
Properties
  NameDescription
Public propertyIsInfinity
Public propertyValue
Top
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Precision)
Public methodDispose
Releases all resources used by the Precision
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Precision)
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