Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

QuantityValue<T> Struct

Contains the unit of measurement and its value.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v21.1.dll

Declaration

public struct QuantityValue<T>
    where T :
    struct

Type Parameters

Name Description
T

 

Remarks

QuantityValue<T> objects are used to perform calculations with physical values.

See Also