Click or drag to resize

ConfigurationCompilerExpressionIntegerDivision Property

Set to false (default) for integer division returning double values. Set to true to signal the convention integer division semantics are used for divisions, whereas the division between two non-FP numbers returns only the whole number part of the result and any fractional part is dropped.

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

Property Value

Type: Boolean
true for integer division returning integer, false (default) for
See Also