strtoull

strtoull wandelt String-Matrizen mit ganzen Zahlen zur Basis 2 bis 36 in reelle Zahlen um (64bit). Siehe auch strtol.

rmReal = strtoull(smString)
rmReal = strtoull(smString, nBase)
<rmReal, smStopString> = strtoull(smString)
<rmReal, smStopString> = strtoull(smString, nBase)

History

Version

Beschreibung

R2013.13 (5.51.3)

Neu.

id-294389