Class DensifyLowerUpperNumericBounds
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets the lower bound.
Gets the upper bound.
Methods
Renders the bounds as a BsonValue.