>>401
作ればいいだけ
簡単だよ

bool RangeCheck(float valueH,float a,float b){
if(valueH>a && valueH<b) return true;
return false;
}