QuantityValue<T>.Addition Operator
Name | Parameters | Description |
---|---|---|
Addition(QuantityValue<T>, QuantityValue<T>) static | value1, value2 | Adds two QuantityValue<T> objects and returns the result as the QuantityValue<T> object. |
Addition(QuantityValue<T>, Double) static | value1, value2 | Adds a Double value to the QuantityValue<T> object and returns the result as the QuantityValue<T> object. |