Skip to main content

QuantityValue<T>.Increment(QuantityValue<T>) Operator

Increments the QuantityValue<T> value by 1.

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> value to increment.

Returns

Type Description
QuantityValue<T>

The result of incrementing.

See Also