Class DensifyLowerUpperNumericBounds

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a numeric densify bounds with lower and upper bounds.

public sealed class DensifyLowerUpperNumericBounds<TNumber> : DensifyNumericBounds<TNumber>

Type Parameters

TNumber

The numeric type.

Inheritance

DensifyLowerUpperNumericBounds

Inherited Members

Constructors

DensifyLowerUpperNumericBounds(TNumber, TNumber)

Initializes an instance of DensifyLowerUpperNumericBounds.

Properties

LowerBound

Gets the lower bound.

UpperBound

Gets the upper bound.

Methods

Render()

Renders the bounds as a BsonValue.