Click or drag to resize

MongoDBMath Class

Similar to the standard Math class but contains MongoDB specific methods.
Inheritance Hierarchy
System.Object
  MongoDB.Driver.Linq.MongoDBMath

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public static class MongoDBMath

The MongoDBMath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDegreesToRadians
Converts degrees to radians.
Public methodStatic memberRadiansToDegrees
Converts radians to degrees.
Top
See Also