ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction Structure
Properties Methods


In This Topic
    Fraction Structure Members
    In This Topic

    The following tables list the members exposed by Fraction.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of Fraction structure with the specified numerator and denominator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the denominator of the fraction.  
    Public PropertyGets or sets the numertor of the fraction.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Reverse the fraction.  
    Public MethodSimplify the fraction.  
    Top
    Public Operators
    Defines the binary "+" operator.
    Overloaded. Defines the binary "/" operator.
    Overloaded. Converts the fraction to double.
    Defines the "!" operator. Note: "!" is used as simplify in here.
    Overloaded. Defines the binary "*" operator.
    Defines the binary "-" operator.
    Defines the unary "-" operator.
    Top
    See Also