Numerator Property
Numerator
Gets or sets the numertor of the fraction.
Declaration
public T Numerator { get; set; }
Public Property Numerator As T
Property Value
| Type |
Description |
| T |
A T that indicates the number written above the line in a common fraction to indicate
the number of parts of the whole.
|