ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalInt Structure / ImGearRationalInt Constructor / ImGearRationalInt Constructor(Int32)
Integer that represents the numerator of a fraction. Must be nonnegative.




In This Topic
ImGearRationalInt Constructor(Int32)
In This Topic
Initializes a new instance of the ImGearRationalInt structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal numerator As Integer _
)
 
'Usage
 
Dim numerator As Integer
 
Dim instance As New ImGearRationalInt(numerator)

Parameters

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