JCL Help:WattToHpElectric

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a power from Watt to horsepower.


Pascal

 function WattToHpElectric(const W: Float): Float;


Parameters

Parameters Description
const W: Float The power, in Watt, to convert to horsepower.


Return Value

The power after conversion to horsepower.


Description

The WattToHpElectric routine converts the specified power, in Watt, to the corresponding power in horsepower.


About

Unit

JclUnitConv


Donator

Manlio Laschena


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page