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




In This Topic
ToDouble Method (ImGearRationalInt)
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 ImGearRationalInt
Dim value As Double
 
value = instance.ToDouble()

Return Value

Double value.
See Also