Skip to main content

Enum Concentration.UnitType

The type of units available to describe the Concentration.

Assembly: Meadow.Units.dll
View Source
Declaration
public enum Concentration.UnitType

Fields

PartsPerHundred

Parts per 100

View Source
Declaration
PartsPerHundred = 0

PartsPerThousand

Parts per 1,000

View Source
Declaration
PartsPerThousand = 1

PartsPerMillion

Parts per 1,000,000

View Source
Declaration
PartsPerMillion = 2

PartsPerBillion

Parts per 1,000,000,000

View Source
Declaration
PartsPerBillion = 3