QuantityValue<T>.Decrement(QuantityValue<T>) Operator
Decrements a QuantityValue<T> object by one 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 be decremented. |
Returns
Type | Description |
---|---|
QuantityValue<T> | The QuantityValue<T> object that is the result of decrementing. |
See Also