Rational.Numerator Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the numerator of a number.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Numerator As BigInteger
public BigInteger Numerator { get; }
public:
property BigInteger Numerator {
    BigInteger get ();
}
member Numerator : BigInteger
function get Numerator () : BigInteger

Property Value

Type: Microsoft.SolverFoundation.Common.BigInteger
The numerator of the number.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace