GetDouble Method (C1ServiceNowDataReader)
In This Topic
Gets the value of the specified column as a double-precision floating point number.
Syntax
'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.
See Also