Click or drag to resize

Fraction Class

The Fraction class represents the value of XBRL fraction numeric facts.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlFraction

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

The Fraction type exposes the following members.

Constructors
  NameDescription
Public methodFraction(Decimal)
Initializes a new instance of the Fraction class
Public methodFraction(Decimal, Decimal)
Initializes a new instance of the Fraction class
Top
Properties
  NameDescription
Public propertyDenominator
Public propertyNumerator
Top
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Fraction)
Public methodDispose
Releases all resources used by the Fraction
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Fraction)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToDouble
Public methodToString (Overrides ObjectToString.)
Top
Operators
See Also