ImageGear .NET - Updated
ImGearRationalUInt Constructor(UInt32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRationalUInt Structure > ImGearRationalUInt Constructor : ImGearRationalUInt Constructor(UInt32)
UInt value that represents the numerator of a fraction. Must be nonnegative.
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

Reference

ImGearRationalUInt Structure
ImGearRationalUInt Members
Overload List