Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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