Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new instance of the BsonDouble class.

public static BsonDouble Create(object value)

Parameters

value object

An object to be mapped to a BsonDouble.

Returns

BsonDouble

A BsonDouble.