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

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

    Property Value

    A double that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
    See Also