|
|
|
|
|
DecimalToSexagesimal (Function) In french: DécimalVersSexagésimal Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
rAngle is real = 128.91
sAngleSexagésimal is string = DecimalToSexagesimal(rAngle)
Info("Un angle de " + rAngle + "° correspond à : " + sAngleSexagésimal)
Syntax
<Result> = DecimalToSexagesimal(<Angle>)
<Result>: Character string Result of the conversion in sexagesimal format. This string has the following format: <Angle>: Real Angle in decimal format that must be converted. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|