負方向へ val を切り下げた整数のinteger値を返します。
戻り値は val の値以下になります
default { state_entry() { llSay(0,"The floor value of -4.5 is: "+(string)llFloor(-4.5) ); } }