INRANGEARRAY, INRANGECARRAY¶
| 関数名 | 引数 | 戻り値 |
|---|---|---|
INRANGEARRAY | integerArray, int, int(, int, int) | int |
INRANGECARRAY | charaArray, int, int(, int, int) | int |
API
int INRANGEARRAY integerArray, minValue, maxValue(, start, end)
int INRANGEARRAY charaArray, minValue, maxValue(, start, end)
INRANGEARRAYは指定された配列において、minValue <= value < maxValueをとなる値を持つ要素の数を返します。INRANGECARRAYは指定したキャラクタ配列において、minValue <= value < maxValue`をとなる値を持つ要素の数を返します ヒント
命令、式中関数両方対応しています。