Class DensifyKeywordNumericBounds

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a keyword numeric densify bounds.

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

Type Parameters

TNumber

The numeric type.

Inheritance

object

DensifyNumericBounds

DensifyKeywordNumericBounds

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Properties

Keyword

Gets the keyword.

Methods

Render()

Renders the bounds as a BsonValue.