Click or drag to resize
CreateIndexOptionsMin Property
Gets or sets the min value for 2d indexes.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public Nullable<double> Min { get; set; }

Property Value

Type: NullableDouble
See Also