DevExpress.UnitConversion Namespace
Contains classes of the Unit Conversion library that are essential for the conversion between different units of measurement.
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Classes
Name | Description |
---|---|
AreaUnitsConverter | Converts area measurement from one unit to another. |
BaseUnitsConverter<T> | Base class for unit converters. |
BinaryUnitsConverter | Converts a value from one binary prefix multiplier to another. |
DistanceUnitsConverter | Converts distance measurement from one unit to another. |
EnergyUnitsConverter | Converts energy measurement from one unit to another. |
ForceUnitsConverter | Converts force measurement from one unit to another. |
InformationUnitsConverter | Converts information measurement from one unit to another. |
MagnetismUnitsConverter | Converts the measurement of a magnetic field from one unit to another. |
MassUnitsConverter | Converts mass measurement from one unit to another. |
MetricUnitsConverter | Converts a value from one metric prefix multiplier to another. |
PowerUnitsConverter | Converts power measurement from one unit to another. |
PrefixUnitsConverter<T> | Base class for prefix converters. |
PressureUnitsConverter | Converts area measurement from one unit to another. |
SpeedUnitsConverter | Converts speed measurement from one unit to another. |
TemperatureUnitsConverter | Converts temperature measurement from one unit to another. |
TimeUnitsConverter | Converts time measurement from one unit to another. |
Units static | Provides access to unit converters. |
VolumeUnitsConverter | Converts volume measurement from one unit to another. |
Structs
Name | Description |
---|---|
QuantityValue<T> | Contains the unit of measurement and its value. |
Enums
Name | Description |
---|---|
Area | Lists units of area measurement. |
BinaryPrefix | Lists binary metric prefixes. |
Distance | Lists units of distance measurement. |
Energy | Lists units of energy measurement. |
Force | Lists units of force measurement. |
Information | Lists units of information. |
Magnetism | Lists units of measurement of a magnetic field. |
Mass | Lists units of mass measurement. |
MetricPrefix | Lists metric prefixes. |
Power | Lists units of power measurement. |
Pressure | Lists units of pressure measurement. |
Speed | Lists units of speed measurement. |
Temperature | Lists units of temperature measurement. |
Time | Lists units of time measurement. |
Volume | Lists units of volume measurement. |