Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICompoundQuantity.cs
1using System;
2using System.Collections.Generic;
3
4namespace Waher.Script.Units
5{
10 {
14 Tuple<string, Prefix, KeyValuePair<AtomicUnit, int>[]>[] CompoundQuantities
15 {
16 get;
17 }
18 }
19}
Interface for physical compound quantities
Tuple< string, Prefix, KeyValuePair< AtomicUnit, int >[]>[] CompoundQuantities
Compound quantities. Must only use base quantity units.
Interface for a category of units.
Definition: IUnitCategory.cs:7