Provides many more units for use with Atmoos.Atmoos.Quantities.
$ dotnet add package Atmoos.Quantities.UnitsExtends Atmoos.Quantities with many more units.
Atmoos.Quantities.Units
├── Si
│ ├── Derived
│ │ ├── ElectricalResistance
│ │ │ └── Ohm
│ │ ├── ElectricPotential
│ │ │ └── Volt
│ │ ├── Energy
│ │ │ └── Joule
│ │ ├── Force
│ │ │ └── Newton
│ │ ├── Frequency
│ │ │ └── Hertz
│ │ ├── Power
│ │ │ └── Watt
│ │ └── Pressure
│ │ └── Pascal
│ └── Metric
│ ├── AmountOfInformation
│ │ ├── Bit
│ │ ├── Byte
│ │ └── Nibble
│ ├── Area
│ │ └── Are
│ ├── Length
│ │ ├── Ångström
│ │ └── AstronomicalUnit
│ ├── Mass
│ │ ├── Gram
│ │ └── Tonne
│ ├── Power
│ │ └── HorsePower
│ ├── Pressure
│ │ └── Bar
│ ├── Time
│ │ ├── Day
│ │ └── Week
│ └── Volume
│ ├── Lambda
│ └── Stere
├── Imperial
│ ├── Area
│ │ ├── Acre
│ │ ├── Perch
│ │ └── Rood
│ ├── Force
│ │ └── PoundForce
│ ├── Length
│ │ ├── Chain
│ │ ├── Furlong
│ │ ├── Rod
│ │ └── Yard
│ ├── Mass
│ │ ├── Drachm
│ │ ├── Grain
│ │ ├── Hundredweight
│ │ ├── Ounce
│ │ ├── Quarter
│ │ ├── Slug
│ │ ├── Stone
│ │ └── Ton
│ ├── Power
│ │ └── HorsePower
│ ├── Temperature
│ │ ├── GasMark
│ │ └── Rankine
│ └── Volume
│ ├── FluidOunce
│ ├── Gallon
│ ├── Gill
│ └── Quart
└── NonStandard
├── Area
│ └── Morgen
├── Length
│ ├── LightYear
│ └── NauticalMile
├── Mass
│ ├── Pfund
│ └── Zentner
├── Pressure
│ ├── StandardAtmosphere
│ └── Torr
├── Temperature
│ ├── Delisle
│ ├── Newton
│ ├── Réaumur
│ └── Rømer
└── Velocity
└── Knot