 | MathContext Constructor (MidpointRounding, Int32) |
Namespace:
com.espertech.esper.compat
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic MathContext(
MidpointRounding roundingMode,
int precision
)
Parameters
- roundingMode
- Type: SystemMidpointRounding
The rounding mode. - precision
- Type: SystemInt32
The precision.
See Also