AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de valores numéricos / Funciones matemáticas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
DecimalToSexagesimal (Function)
In french: DécimalVersSexagésimal
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Example
// Finds the sexagesimal angle corresponding to an angle of 128.91°
rAngle is real = 128.91
sSexagesimalAngle is string = DecimalToSexagesimal(rAngle)
Info("An angle of " + rAngle + "° corresponds to: " + sSexagesimalAngle)
Syntax
<Result> = DecimalToSexagesimal(<Angle>)
<Result>: Character string
Result of the conversion in sexagesimal format. This string has the following format:
XXX°XX'XX''
<Angle>: Real
Angle in decimal format that must be converted.
Business / UI classification: Neutral code
Component: wd290std.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local