|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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