Skip to main content

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

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

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

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

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