BigRational.Numerator Property

Gets the numerator of the rational number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public BigInteger Numerator { get; }

Property Value

BigInteger

See Also