Skip to main content

Enum ConcentrationInWater.UnitType

The type of units available to describe the ConcentrationInWater.

Assembly: Meadow.Units.dll
View Source
public enum ConcentrationInWater.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

MilligramsPerLiter

Milligrams per liter (mg/L)

View Source
MilligramsPerLiter = 3

GramsPerCubicMeter

Grams per cubic meter (g/m^3)

View Source
GramsPerCubicMeter = 4

PartsPerBillion

Parts per 1,000,000,000

View Source
PartsPerBillion = 5

MicrogramsPerLiter

Micrograms per liter (ug/L)

View Source
MicrogramsPerLiter = 6

PartsPerTrillion

Parts per 1,000,000,000,000

View Source
PartsPerTrillion = 7