QuantityValue<T>.Division(QuantityValue<T>, Double) Operator
Divides two QuantityValue<T> objects.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value1 | QuantityValue<T> | The QuantityValue<T> object that is the dividend. |
| value2 | Double | The QuantityValue<T> object that is the divisor. |
Returns
| Type | Description |
|---|---|
| QuantityValue<T> | The QuantityValue<T> object that is the result of dividing. |
See Also