JCL Help:DegMinSecToFloat
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DegMinSecToFloat Function
Search in JCL Help
Search in all projects
Summary
Converts degrees, minutes, seconds to a float.
Pascal
function DegMinSecToFloat(const Degs: Float; const Mins: Float; const Secs: Float): Float;
Parameters
Parameters | Description |
const Degs: Float | Degrees. |
Min | Minutes. |
Sec | Seconds. |
Return Value
Degrees, Minutes and Seconds converted to a float.
Description
DegMinSecToFloat converts, or packs, the supplied degrees, minutes and seconds to a float.
See Also
FloatToDegMinSec DmsToDeg DmsToRad DegToDms DegToDmsStr
About
Unit
Donator
ESB Consultancy
Notes
This function is obsolete. Use the function DmsToDeg respectively DmsToRad instead.
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