Skip to main content

QuantityValue<T> Struct

Contains the unit of measurement and its value.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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