ComponentOne Bitmap for UWP
Rational Constructor

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > Rational Structure : Rational Constructor
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

Reference

Rational Structure
Rational Members