Method ReadDouble
ReadDouble(IBsonReader, string)
Reads a BSON Double element from the reader.
public static double ReadDouble(this IBsonReader reader, string name)
Parameters
readerIBsonReaderThe reader.
namestringThe name of the element.
Returns
- double
A Double.