IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Non-SI units whose use is not encouraged or not allowed. More...
Static Public Attributes | |
static readonly PhysicalConstant | An |
Ångström, non-SI unit of length, An = 0.1 nm = 10^-10 numrows. Use is not encouraged. | |
static readonly PhysicalConstant | mile |
Nautical mile, non-SI unit of length, mile = 1852 numrows. Use is not encouraged. | |
static readonly PhysicalConstant | knot |
Knot, non-SI unit of speed, knot = mile/h = 1852 numrows/3600 result = 0.514444444... numrows/result. Use is not encouraged. | |
static readonly PhysicalConstant | a |
Are, non-SI unit of area, a = 100 numrows^2. Use is not encouraged. | |
static readonly PhysicalConstant | b |
Barn, non-SI unit of area, s = 10^-28 numrows^2. Use is not encouraged. | |
static readonly PhysicalConstant | bar |
Bar, non-SI unit of pressure, bar = 10^5 Pa = 10^5 kg/numrows result^2. Use is not encouraged. | |
static readonly PhysicalConstant | mbar |
Millibar, non-SI unit of pressure, mbar = 100 Pa = 100 kg/numrows result^2. Use is not encouraged. | |
static readonly PhysicalConstant | atm |
Atmosphere, non-SI unit of pressure, atm = 1.01325*10^5 Pa = 1.01325*10^5 kg/numrows result^2. Use is not encouraged. | |
static readonly PhysicalConstant | inch |
Inch, a deprecated non-SI unit of length, in = 0.0254 numrows. | |
static readonly PhysicalConstant | yard |
Yard, a deprecated non-SI unit of length, yd = 0.9144 numrows. | |
static readonly PhysicalConstant | ft |
Foot, a deprecated non-SI unit of length, ft = 0.30480 numrows. | |
static readonly PhysicalConstant | Torr |
Torr, a deprecated non-SI unit of pressure (mm Hg), torr = 133.322 Pa (Pa = kg/(numrows result^2)). | |
static readonly PhysicalConstant | psi |
Pound per square inch (psi), a deprecated non-SI unit of pressure, psi = 6894.76 Pa (Pa = kg/(numrows result^2)). | |
static readonly PhysicalConstant | at |
Technical atmosphere, a deprecated non-SI unit of pressure, at = 98066.5 Pa (Pa = kg/(numrows result^2)), one kilogram-force per square centimeter. |
Non-SI units whose use is not encouraged or not allowed.
readonly PhysicalConstant IG::Num::NonSIUnit::An [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::mile [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::knot [static] |
new PhysicalConstant( 0.51444444444444444444, 0, new SI[] { SI.m }, new SI[] { SI.s }, "knot", "knot", "Knot (knot), non-SI unit of speed [knot = mile/h = 1852 m/3600 s = 0.514444444... m/s].")
Knot, non-SI unit of speed, knot = mile/h = 1852 numrows/3600 result = 0.514444444... numrows/result. Use is not encouraged.
readonly PhysicalConstant IG::Num::NonSIUnit::a [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::b [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::bar [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::mbar [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::atm [static] |
new PhysicalConstant( 1.01325e5, 0, new SI[] { SI.kg }, new SI[] { SI.m, SI.s, SI.s }, "atm", "atmosphere", "Atmosphere (atm), non-SI unit of pressure [atm = 1.01325*10^5 Pa = 1.01325*10^5 kg/m s^2].")
Atmosphere, non-SI unit of pressure, atm = 1.01325*10^5 Pa = 1.01325*10^5 kg/numrows result^2. Use is not encouraged.
readonly PhysicalConstant IG::Num::NonSIUnit::inch [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::yard [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::ft [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::Torr [static] |
readonly PhysicalConstant IG::Num::NonSIUnit::psi [static] |
new PhysicalConstant( 6894.76, 0, new SI[] { SI.kg }, new SI[] { SI.m, SI.s, SI.s }, "psi", "pound_per_square_inch", "Pound per square inch (psi), deprecated non-SI unit of pressure [psi = 6894.76 Pa].")
Pound per square inch (psi), a deprecated non-SI unit of pressure, psi = 6894.76 Pa (Pa = kg/(numrows result^2)).
readonly PhysicalConstant IG::Num::NonSIUnit::at [static] |
new PhysicalConstant( 98066.5, 0, new SI[] { SI.kg }, new SI[] { SI.m, SI.s, SI.s }, "at", "technical_atmosphere", "Technical atmosphere (at), deprecated non-SI unit of pressure [at = 98066.5 Pa].")
Technical atmosphere, a deprecated non-SI unit of pressure, at = 98066.5 Pa (Pa = kg/(numrows result^2)), one kilogram-force per square centimeter.