 | 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
Syntaxpublic bool IsIntegerDivision { get; set; }
Property Value
Type:
Booleanindicator
See Also