QuantityValue<T>.Implicit(QuantityValue<T> to Double) Operator
In This Article
Defines an implicit conversion of a QuantityValue<T> object to a Double.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public static implicit operator double (QuantityValue<T> value)
#Parameters
Name | Type | Description |
---|---|---|
value | Quantity |
The Quantity |
#Returns
Type | Description |
---|---|
Double | The Double value that is the result of conversion. |
See Also