- Type Parameters:
S
- the type of scalars on which all the operations are based (elements of a field)
- All Implemented Interfaces:
- java.io.Serializable, UnaryOperation<QuantifiedValue<S>>
public class QuantityAdditiveInversion<S>
extends QuantityUnaryOperation<S>
The unary operation which which calculates the additive inversion of a quantity (aka 'the negative'). Error, validity
and the base of the result are the same as the input quantity, only the value itself will be inverted.
- See Also:
- Serialized Form