ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction Structure / Numerator Property

In This Topic
    Numerator Property (Fraction)
    In This Topic
    Gets or sets the numertor of the fraction.
    Syntax
    'Declaration
     
    
    Public Property Numerator As Double
    public double Numerator {get; set;}

    Property Value

    A double that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
    See Also