Constructor
new KnownSubstance(name, gwp)
Creates a new KnownSubstance.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The substance name. |
gwp |
number | The GWP value as a number. |
- Source:
Methods
getGwp() → {number}
Gets the GWP value.
- Source:
Returns:
The GWP value as a number.
- Type
- number
getName() → {string}
Gets the substance name.
- Source:
Returns:
The substance name.
- Type
- string