|
PowerFromHorsepower Method
|
Creates a new
Power value from the specified
value in mechanical horsepower (Imperial).
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
SyntaxPublic Shared Function FromHorsepower (
value As Double
) As Power
static member FromHorsepower :
value : float -> Power
GSF.Units.Power.FromHorsepower = function(value);
View SourceParameters
- value Double
- New Power value in mechanical horsepower.
Return Value
PowerNew
Power object from the specified
value in mechanical horsepower.
See Also