wxcrt.h
Funciones wxStrtod
Sintaxis
double wxStrtod( const char * nptr, char ** endptr ) double wxStrtod( const wchar_t * nptr, wchar_t ** endptr ) double wxStrtod( const wxCharTypeBuffer< T > & nptr, T ** endptr ) double wxStrtod( const wxCStrData & nptr, T endptr ) double wxStrtod( constwxString & nptr, T endptr )
Descripción
Convierte una cadena dada por nptr a double.