Skip to main content

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

Adds a Double value to the QuantityValue<T> object 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, double value2)

Parameters

Name Type Description
value1 QuantityValue<T>

The QuantityValue<T> object to add.

value2 Double

A Double value to add.

Returns

Type Description
QuantityValue<T>

The sum of QuantityValue<T> object and the Double value.

See Also