2using System.Collections.Generic;
23 public string Name =>
"Speed";
39 return new Tuple<string, Prefix, KeyValuePair<AtomicUnit, int>[]>[]
41 new Tuple<string, Prefix, KeyValuePair<AtomicUnit, int>[]>(
"mph",
Prefix.None,
42 new KeyValuePair<AtomicUnit, int>[]
44 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"SM"), 1),
45 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"h"), -1)
47 new Tuple<
string,
Prefix, KeyValuePair<AtomicUnit, int>[]>(
"fps",
Prefix.None,
48 new KeyValuePair<AtomicUnit, int>[]
50 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"ft"), 1),
51 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"s"), -1)
53 new Tuple<
string,
Prefix, KeyValuePair<AtomicUnit, int>[]>(
"kph",
Prefix.Kilo,
54 new KeyValuePair<AtomicUnit, int>[]
56 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"m"), 1),
57 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"h"), -1)
59 new Tuple<
string,
Prefix, KeyValuePair<AtomicUnit, int>[]>(
"kmph",
Prefix.Kilo,
60 new KeyValuePair<AtomicUnit, int>[]
62 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"m"), 1),
63 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"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 ...
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 ...
Tuple< string, Prefix, KeyValuePair< AtomicUnit, int >[]>[] CompoundQuantities
Compound quantities. Must only use base quantity units.
Unit Reference
Reference unit of category.
Interface for physical compound quantities
Prefix
SI prefixes. http://physics.nist.gov/cuu/Units/prefixes.html