ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Rational Structure / Rational Constructor

In This Topic
    Rational Constructor
    In This Topic
    Initializes a new instance of the C1.Win.DX.DXGI.Rational structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numerator As System.Integer, _
       ByVal denominator As System.Integer _
    )
    public Rational( 
       System.int numerator,
       System.int denominator
    )

    Parameters

    numerator
    denominator
    See Also