DclIntervalLT (IBLKLT) |
bounds(i-1) ≦ value < bounds(i) を満たすiを求める. |
DclIntervalLE (IBLKLE) |
bounds(i-1) < value ≦ bounds(i) を満たすiを求める. |
DclIntervalGT (IBLKGT) |
bounds(i) < value ≦ bounds(i+1) を満たすiを求める. |
DclIntervalGE (IBLKGE) |
bounds(i) ≦ value < bounds(i+1) を満たすiを求める. |
* 括弧の中は、対応するf77インターフェイス名.