QuantityValue<T>.Subtraction(QuantityValue<T>, Double) Operator
Subtracts the Double value from the QuantityValue<T> value.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value1 | QuantityValue<T> | The QuantityValue<T> value that is the minuend. |
| value2 | Double | The Double value that is the subtrahend. |
Returns
| Type | Description |
|---|---|
| QuantityValue<T> | The QuantityValue<T> value that is the result of subtraction. |
See Also