Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public static QuantityValue<T> operator --(QuantityValue<T> value1)

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