Meaning UL and ULL in Code Generation?
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I'm generating code using Embedded Coder. What do the suffix UL and ULL after a number mean? For example 0UL or 3454ULL.
0 commentaires
Réponses (1)
Chidvi Modala
le 6 Juil 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!