ImageGear v26.5 - Updated March 3, 2025
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)

Parameters

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