English • Deutsch • Français • 日本語
valの正の範囲のfloat値を返します。
default { state_entry() { llSay(0,"The (Float)absolute value of -4.5 is: "+(string)llFabs(-4.5) ); } } // returns : // The (Float)absolute value of -4.5 is: 4.500000
Categories: LSL Functions/ja | LSL Functions/ID/ja | LSL Math/ja