ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalUInt Structure / ToDouble Method




In This Topic
ToDouble Method (ImGearRationalUInt)
In This Topic
Converts the value of this instance to its equivalent double representation.
Syntax
'Declaration
 
Public Function ToDouble() As Double
 
'Usage
 
Dim instance As ImGearRationalUInt
Dim value As Double
 
value = instance.ToDouble()

Return Value

Double value.
See Also