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