Difference between revisions of "LlFloor/de"
< LlFloor
Jump to navigation
Jump to search
m |
m |
||
Line 22: | Line 22: | ||
|also_functions={{LSL Round/de}} | |also_functions={{LSL Round/de}} | ||
|notes | |notes | ||
|cat1=Math | |cat1=Math | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 13:32, 16 November 2008
LSL Portal | Funktionen | Ereignisse | Typen | Konstanten | Datenflusskontrolle | Script Sammlung | Tutorien |
Beschreibung
Funktion: integer llFloor( float val );9 | Funktions ID |
0.0 | Verzögerung |
10.0 | Energie |
ist der abgerundete Integer Wert von val (return <= val).
• float | val | – | Jede gültige Gleitkommszahl. |
Beispiele
<lsl>default {
state_entry() { llSay(0,"The floor value of -4.5 is: "+(string)llFloor(-4.5) ); }}</lsl>
Siehe auch
Weiterführende Anmerkungen
Dieser Artikel war nicht hilfreich für Dich? Vielleicht bringt der zugehörige Artikel im SLinfo Wiki Erleuchtung.