divideBy

open fun divideBy(value: DataValue): QueryValue

Return QueryOperator.divideBy(this, value).

Return

QueryOperator.divideBy(this, value).

Parameters

value

Divisor to be applied to the current value.