QuantityValue<T>.Multiply(QuantityValue<T>, Double) Operator
Multiplies the QuantityValue<T> values by the Double value.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
value1 | QuantityValue<T> | The QuantityValue<T> value to multiply. |
value2 | Double | The Double value to multiply. |
Returns
Type | Description |
---|---|
QuantityValue<T> | The QuantityValue<T> object that is the result of the multiplication. |
See Also