Meaning UL and ULL in Code Generation?

7 次查看(过去 30 天)
Hello,
I'm generating code using Embedded Coder. What do the suffix UL and ULL after a number mean? For example 0UL or 3454ULL.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 String 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by