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, validityFor
public QuantityAbsoluteValue(QuantityEnvironment<S> environment)
public QuantifiedValue<S> perform(QuantifiedValue<S> scalar)
UnaryOperation
scalar
- the input value, on which the operation shall be applied