Gets the denominator of the rational number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigInteger Denominator { get; }
Public ReadOnly Property Denominator As BigInteger
Get
public:
property BigInteger Denominator {
BigInteger get ();
}
member Denominator : BigInteger with get
Property Value
Type:
BigInteger
Reference