Click or drag to resize

MathContext Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.MathContext"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatMathContext

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class MathContext

The MathContext type exposes the following members.

Constructors
  NameDescription
Public methodMathContext
Initializes a new instance of the MathContext class.
Public methodMathContext(String)
Initializes a new instance of the MathContext class.
Public methodMathContext(MidpointRounding, Int32)
Initializes a new instance of the MathContext class.
Top
Properties
  NameDescription
Public propertyPrecision
Gets the precision.
Public propertyRoundingMode
Gets the rounding mode.
Top
Methods
  NameDescription
Public methodApply(Decimal)
Applies the math context.
Public methodApply(Double)
Applies the math context.
Public methodApply(Void)
Public methodToString
Returns a String that represents this instance.
Top
Fields
  NameDescription
Public fieldStatic memberDECIMAL32
Top
See Also