plus

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

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


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

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