Skip to main content

QuantityValue<T>.Subtraction(QuantityValue<T>, QuantityValue<T>) Operator

Subtracts the QuantityValue<T> value from another QuantityValue<T> value.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

Declaration

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

Parameters

Name Type Description
value1 QuantityValue<T>

The QuantityValue<T> value that is the minuend.

value2 QuantityValue<T>

The QuantityValue<T> value that is the subtrahend.

Returns

Type Description
QuantityValue<T>

The QuantityValue<T> value that is the result of subtraction.

See Also