minus

operator fun <T : Number> Field<T>.minus(value: T): Field<T>

Operator to subtract a value to all the values of the field.


operator fun <T : Number> Field<T>.minus(other: Field<T>): Field<T>

Subtract a field with other field. The two fields must be aligned, otherwise an error is thrown.