Enum Concentration.UnitType
The type of units available to describe the Concentration.
Assembly: Meadow.Units.dll
View Source
public enum Concentration.UnitType
Fields
PartsPerHundred
Parts per 100
View Source
PartsPerHundred = 0
PartsPerThousand
Parts per 1,000
View Source
PartsPerThousand = 1
PartsPerMillion
Parts per 1,000,000
View Source
PartsPerMillion = 2
PartsPerBillion
Parts per 1,000,000,000
View Source
PartsPerBillion = 3