 | 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
Syntaxpublic bool DivisionByZeroReturnsNull { get; set; }
Property Value
Type:
Booleanindicator for division-by-zero results
See Also