Table of Contents

Property AsNullableDouble

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableDouble

Casts the BsonValue to a Nullable{Double} (throws an InvalidCastException if the cast is not valid).

public double? AsNullableDouble { get; }

Property Value

double?