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`をとなる値を持つ要素の数を返します ヒント
命令、式中関数両方対応しています。