Skip to main content

QuantityValue<T>.Implicit(QuantityValue<T> to Double) Operator

Defines an implicit conversion of a QuantityValue<T> object to a Double.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public static implicit operator double (QuantityValue<T> value)

Parameters

Name Type Description
value QuantityValue<T>

The QuantityValue<T> object to convert.

Returns

Type Description
Double

The Double value that is the result of conversion.

See Also