2using System.Collections.Generic;
29 public string Name =>
"Energy";
45 return new Tuple<string, Prefix, KeyValuePair<AtomicUnit, int>[]>[]
47 new Tuple<string, Prefix, KeyValuePair<AtomicUnit, int>[]>(
"Wh",
Prefix.None,
48 new KeyValuePair<AtomicUnit, int>[]
50 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"W"), 1),
51 new KeyValuePair<AtomicUnit, int>(
new AtomicUnit(
"h"), 1)
Represents an atomic unit.
string Name
Name of compound quantity.
Unit Reference
Reference unit of category.
Tuple< string, Prefix, KeyValuePair< AtomicUnit, int >[]>[] CompoundQuantities
Compound quantities. Must only use base quantity units.
Interface for physical compound quantities
Prefix
SI prefixes. http://physics.nist.gov/cuu/Units/prefixes.html