Click or drag to resize

MathContext Constructor (MidpointRounding, Int32)

Initializes a new instance of the MathContext class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MathContext(
	MidpointRounding roundingMode,
	int precision
)

Parameters

roundingMode
Type: SystemMidpointRounding
The rounding mode.
precision
Type: SystemInt32
The precision.
See Also