필터 지우기
필터 지우기

Meaning UL and ULL in Code Generation?

조회 수: 15 (최근 30일)
Matteo Manzini
Matteo Manzini 2020년 7월 2일
답변: Chidvi Modala 2020년 7월 6일
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