QuantityValue<T>.Addition(QuantityValue<T>, Double) Operator
Adds a Double value to the QuantityValue<T> object and returns the result as the QuantityValue<T> object.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
value1 | QuantityValue<T> | The QuantityValue<T> object to add. |
value2 | Double | A Double value to add. |
Returns
Type | Description |
---|---|
QuantityValue<T> | The sum of QuantityValue<T> object and the Double value. |
See Also