LlFabs/de
< LlFabs
Jump to navigation
Jump to search
Revision as of 13:12, 10 April 2008 by Shyan Graves (talk | contribs) (New page: {{LSL_Function/de |func=llFabs|sort=Fabs |func_id=7|func_sleep=0.0|func_energy=10.0 |func_footnote |p1_type=float|p1_name=val|p1_desc=Any valid float value |return_type=float |return_text=...)
LSL Portal | Funktionen | Ereignisse | Typen | Konstanten | Datenflusskontrolle | Script Sammlung | Tutorien |
Beschreibung
Funktion: float llFabs( float val );7 | Funktions ID |
0.0 | Verzögerung |
10.0 | Energie |
that is the positive version of val.
• float | val | – | Any valid float value |
Beispiele
<lsl> 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
</lsl>Siehe auch
Weiterführende Anmerkungen
Dieser Artikel war nicht hilfreich für Dich? Vielleicht bringt der zugehörige Artikel im SLinfo Wiki Erleuchtung.