ImageGear .NET - Updated
ToDouble Method (ImGearRationalInt)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRationalInt Structure : ToDouble Method
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()
public double ToDouble()
public: double ToDouble(); 
public:
double ToDouble(); 

Return Value

Double value.
See Also

Reference

ImGearRationalInt Structure
ImGearRationalInt Members
ToString Method