ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal denominator As Integer _
    )
    public Rational( 
       int numerator,
       int denominator
    )

    Parameters

    numerator
    denominator
    See Also