public static interface Group.Additive<T> extends Group, Operation.Addition<T>
Group.Additive<T>, Group.Multiplicative<T>
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>
Modifier and Type | Method and Description |
---|---|
T |
negate()
The additive inverse of this.
|
add
T negate()
-this
.Copyright © 2022 Optimatika. All rights reserved.