Rational Class

Representation of a positive rational number.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
[XmlTypeAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
[XmlIncludeAttribute(typeof(TimecodeRate))]
public class Rational
Inheritance
Object    Rational
Derived

Constructors

RationalInitializes a new instance of the Rational class

Properties

Den 
Num 

Methods

FromDouble 
GCD Computes greatest common divisor of two integers.
ToString
(Overrides ObjectToString)

See Also