MetricUnitType Enumeration
Specifies the type of a measurement unit.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MetricUnitType
Public Enumeration MetricUnitType
Dim instance As MetricUnitType
public enum class MetricUnitType
No code example is currently available or this language may not be supported.
Length |
0 |
A unit that concerns to the measurement of length.
See: UnitsLength |
Mass |
1 |
A unit that concerns to the measurement of mass.
See: UnitsMass |
Time |
2 |
A unit that concerns to the measurement of time.
See: UnitsTime |
Electricity |
3 |
A unit that concerns to the measurement of electricity.
See: UnitsElectricity |
Temperature |
4 |
A unit that concerns to the measurement of temperature.
See: UnitsTemperature |
AmountOfSubstance |
5 |
A unit that concerns to the measurement for amount of Substance.
See: UnitsAmountOfSubstance |
LuminousIntensity |
6 |
A unit that concerns to the measurement of luminous intensity.
See: UnitsLuminousIntensity |
DigitalInformation |
7 |
A unit that concerns to the measurement of digital information/storage.
See: UnitsDigitalStorage |
DigitalDataTransferRate |
8 |
A unit that concerns to the measurement of digital data transfer rate.
See: UnitsDigitalDataTransferRate |