22 public string Name =>
"Speed";
40 return new Tuple<string, Prefix, UnitFactor[]>[]
42 new Tuple<string, Prefix, UnitFactor[]>(
"mph",
Prefix.None,
46 new UnitFactor(
"h", -1)
48 new Tuple<string, Prefix, UnitFactor[]>(
"fps",
Prefix.None,
52 new UnitFactor(
"s", -1)
54 new Tuple<string, Prefix, UnitFactor[]>(
"kph",
Prefix.Kilo,
58 new UnitFactor(
"h", -1)
60 new Tuple<string, Prefix, UnitFactor[]>(
"kmph",
Prefix.Kilo,
64 new UnitFactor(
"h", -1)
Represents an atomic unit.
In everyday use and in kinematics, the speed of an object is the magnitude of its velocity (the rate ...
Tuple< string, Prefix, UnitFactor[]>[] CompoundQuantities
Compound quantities. Must only use base quantity units.
string Name
Name of compound quantity.
Speed()
In everyday use and in kinematics, the speed of an object is the magnitude of its velocity (the rate ...
Unit Reference
Reference unit of category.
A unit factor, used to form compound units.
Interface for physical compound quantities
Prefix
SI prefixes. http://physics.nist.gov/cuu/Units/prefixes.html