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




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

    Parameters

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