Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Method ReadDouble

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadDouble(IBsonReader, string)

Reads a BSON Double element from the reader.

public static double ReadDouble(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.

Returns

double

A Double.