Special constants used to indicate parameters and variables states. It can be one of the following values:
特殊定数はパラメータと変数の状態を示すために使用します。この値は次のいずれかを指定できます。
| Constant 定数 | Value 値 | Description 説明 | 
|---|---|---|
| NULL | 0 | Indicates empty state of the string. 文字列が空の状態を示します。 | 
| EMPTY | -1 | Indicates empty state of the parameter. 変数が空の状態を示します。 | 
| EMPTY_VALUE | 0x7FFFFFFF | Default custom indicator empty value. 既定のカスタム インディケーターの空値。 | 
| CLR_NONE | 0xFFFFFFFF | Indicates empty state of colors. 色の空の状態を示します。 | 
| WHOLE_ARRAY | 0 | Used with array functions. Indicates that all array elements will be processed. 配列関数で使用します。すべての配列要素が処理されることを示します。 |