ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalUInt Structure / ImGearRationalUInt Constructor / ImGearRationalUInt Constructor(UInt32,UInt32)
Uint value that represents the numerator of a fraction. Must be nonnegative.
Uint value that represents the denominator of a fraction. Must be nonnegative.




In This Topic
    ImGearRationalUInt Constructor(UInt32,UInt32)
    In This Topic
    Initializes a new instance of the ImGearRationalUInt structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numerator As UInteger, _
       ByVal denominator As UInteger _
    )
    'Usage
     
    Dim numerator As UInteger
    Dim denominator As UInteger
     
    Dim instance As New ImGearRationalUInt(numerator, denominator)
    public ImGearRationalUInt( 
       uint numerator,
       uint denominator
    )
    public: ImGearRationalUInt( 
       uint numerator,
       uint denominator
    )
    public:
    ImGearRationalUInt( 
       uint numerator,
       uint denominator
    )

    Parameters

    numerator
    Uint value that represents the numerator of a fraction. Must be nonnegative.
    denominator
    Uint value that represents the denominator of a fraction. Must be nonnegative.
    See Also