ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Fraction<T> Structure
Indicate the type of numerator and denominator.
Members

In This Topic
    Fraction<T> Structure
    In This Topic
    Represents nn expression that indicates the quotient of two quantities.
    Syntax
    'Declaration
     
    
    Public Structure Fraction(Of T) 
       Inherits System.ValueType
    public struct Fraction<T> : System.ValueType 
    Type Parameters
    T
    Indicate the type of numerator and denominator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Framework.Mathematics.Fraction<T>

    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