GetDouble Method (C1QuickBooksOnlineDataReader)
Gets the value of the specified column as a double-precision floating point number.
'Declaration
Public Overridable Function GetDouble( _
ByVal As Integer _
) As Double
public virtual double GetDouble(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.