Click or drag to resize

ConfigurationCompilerExpressionIsIntegerDivision Property

Returns false (the default) for integer division returning double values.

Returns true to signal that 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 IsIntegerDivision { get; set; }

Property Value

Type: Boolean
indicator
See Also