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