public class QuantityAbsoluteValue<S> extends QuantityUnaryOperation<S>
| Constructor and Description |
|---|
QuantityAbsoluteValue(QuantityEnvironment<S> environment) |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedValue<S> |
perform(QuantifiedValue<S> scalar)
performs the operation on the given value
|
environment, equals, hashCode, productError, toString, validityForpublic QuantityAbsoluteValue(QuantityEnvironment<S> environment)
public QuantifiedValue<S> perform(QuantifiedValue<S> scalar)
UnaryOperationscalar - the input value, on which the operation shall be applied