minus
operator fun <U, V : NumberValue<U>> Expression<V>.minus(other: Expression<NumberValue<U>>): Expression<V>(source)
Returns the result of subtracting other from this number expression.
Returns the result of subtracting other from this number expression.