Click or drag to resize

ConfigurationCompilerExpressionDivisionByZeroReturnsNull Property

Set to false (default) to have division by zero return Double.Infinity. Set to true to have division by zero return null.

If integer devision is set, then division by zero for non-FP operands also returns null.

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

Property Value

Type: Boolean
indicator for division-by-zero results
See Also