Meaning UL and ULL in Code Generation?

8 visualizaciones (últimos 30 días)
Matteo Manzini
Matteo Manzini el 2 de Jul. de 2020
Respondida: Chidvi Modala el 6 de Jul. de 2020
Hello,
I'm generating code using Embedded Coder. What do the suffix UL and ULL after a number mean? For example 0UL or 3454ULL.

Respuestas (1)

Chidvi Modala
Chidvi Modala el 6 de Jul. de 2020
The data types that are generated depend on the target platform and compiler. UL here stands for unsigned long datatype and ULL stands for unsigned long long datatype.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by