QueryBuilder<TDocument>.WithinCircle Method |
Name | Description | |
---|---|---|
![]() | WithinCircle<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double) |
Tests that the value of the named element is within a circle (see $within and $center).
|
![]() | WithinCircle<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double, Boolean) |
Tests that the value of the named element is within a circle (see $within and $center).
|