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