Search
Preparing search index...
The search index is not available
@brewfoo/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@brewfoo/core
Energy
Class Energy
Energy quantity.
Hierarchy
Energy
Index
Constructors
constructor
Properties
value
Methods
convert
joule
kcal
toJSON
Constructors
constructor
new
Energy
(
unit
:
EnergyUnit
, value
:
number
)
:
Energy
Parameters
unit:
EnergyUnit
the unit.
value:
number
the value.
Returns
Energy
Properties
Private
Readonly
value
value
:
number
Methods
convert
convert
(
unit
:
EnergyUnit
)
:
number
Parameters
unit:
EnergyUnit
Returns
number
joule
joule
(
)
:
number
Returns
number
kcal
kcal
(
)
:
number
Returns
number
toJSON
toJSON
(
)
:
number
Returns
number
Exports
Energy
constructor
value
convert
joule
kcal
toJSON
Generated using
TypeDoc
Energy quantity.