.. highlightlang:: us .. index:: strtoull .. _strtoull: strtoull ======== .. us.tag strtoull GERMAN STR Programming.Convert New5513 :ref:`strtoull` wandelt String-Matrizen mit ganzen Zahlen zur Basis 2 bis 36 in reelle Zahlen um (64bit). Siehe auch :ref:`strtol`. .. function:: rmReal = strtoull(smString) rmReal = strtoull(smString, nBase) = strtoull(smString) = strtoull(smString, nBase) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2013.13 (5.51.3) - Neu. .. seealso:: :ref:`uberblick-strings`, :ref:`strtol`, :ref:`sprintf`, :ref:`strtod`, :ref:`ltostr` :sub:`id-294389`