CqlReaderGetDouble Method |
Gets the double-precision floating point number of the specified field.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax public override double GetDouble(
int ordinal
)
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
DoubleThe double-precision floating point number of the specified field.
Implements
IDataRecordGetDouble(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also