ImageGear .NET v25.1 - Updated
ImGearRationalUInt Constructor(UInt32,UInt32)




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.
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

Reference

ImGearRationalUInt Structure
ImGearRationalUInt Members
Overload List