JCL Help:FloatToDegMinSec

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a float to degrees, minutes and seconds.


Pascal

 procedure FloatToDegMinSec(const X: Float; var Degs: Float; var Mins: Float; var Secs: Float);


Parameters

Parameters Description
const X: Float The float to convert to degrees, minutes and seconds.
Deg Receives the degrees.
Min Receives the minutes.
Sec Receives the seconds.


Description

FloatToDegMinSec converts a float to degrees, minutes and seconds.


See Also

DegMinSecToFloat DmsToDeg DmsToRad DegToDms DegToDmsStr


About

Unit

JclMath


Donator

ESB Consultancy


Notes

This function is obsolete. Use the function DegToDms 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