Click or drag to resize

ConfigurationCompilerExpressionMathContext Property

Returns the math context for big decimal operations, or null to leave the math context undefined.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public MathContext MathContext { get; set; }

Property Value

Type: MathContext
math context or null
See Also