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
SexagesimalToDecimal (Function)
In french: SexagésimalVersDécimal
Returns the decimal angle corresponding to a sexagesimal angle.
Example
// Finds the angle in degrees corresponding to the latitude 45°53'36"
sLatitude is string = "45°53'36''"
rLatitudeAngle is real = SexagesimalToDecimal(sLatitude)
Info("The latitude " + sLatitude + " corresponds to " + rLatitudeAngle + " °")
Syntax
<Result> = SexagesimalToDecimal(<Sexagesimal angle>)
<Result>: Real
Result of the conversion in decimal format.
<Sexagesimal angle>: Character string
Angle in sexagesimal format. This string has the following format
XXX°XX'XX''
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