|
EnergyFromHorsepowerHours Method
|
Creates a new
Energy value from the specified
value in horsepower-hours.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic static Energy FromHorsepowerHours(
double value
)
Public Shared Function FromHorsepowerHours (
value As Double
) As Energy
public:
static Energy FromHorsepowerHours(
double value
)
static member FromHorsepowerHours :
value : float -> Energy
GSF.Units.Energy.FromHorsepowerHours = function(value);
View SourceParameters
- value Double
- New Energy value in horsepower-hours.
Return Value
EnergyNew
Energy object from the specified
value in horsepower-hours.
See Also