ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also