constant

定数(constant)とは値を変えることが出来ない数値で、通常は整数値です。

コードの中で直接数値を書くよりも解釈しやすくするために使われる"マジックナンバー"です。


Example

int iOuch = DURATION_TYPE_PERMANENT;

See Also

Data Types



JP team: marshall

Send comments on this topic.