EnergyFromHorsepowerHours Method
Creates a new
Energy value from the specified
value in horsepower-hours.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static Energy FromHorsepowerHours(
double value
)
Public Shared Function FromHorsepowerHours (
value As Double
) As Energy
public:
static Energy FromHorsepowerHours(
double value
)
Gemstone.Units.Energy.FromHorsepowerHours = function(value);
- value Double
- New Energy value in horsepower-hours.
EnergyNew
Energy object from the specified
value in horsepower-hours.