Meaning UL and ULL in Code Generation?

7 visualizzazioni (ultimi 30 giorni)
Matteo Manzini
Matteo Manzini il 2 Lug 2020
Risposto: Chidvi Modala il 6 Lug 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.

Risposte (1)

Chidvi Modala
Chidvi Modala il 6 Lug 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.

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by