|
EnergyFromBTU Method
|
Creates a new
Energy value from the specified
value in BTU (International Table).
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic static Energy FromBTU(
double value
)
Public Shared Function FromBTU (
value As Double
) As Energy
public:
static Energy FromBTU(
double value
)
static member FromBTU :
value : float -> Energy
GSF.Units.Energy.FromBTU = function(value);
View SourceParameters
- value Double
- New Energy value in BTU.
Return Value
EnergyNew
Energy object from the specified
value in BTU.
See Also