public final class ArithmetikOperators extends Object
Modifier and Type | Field and Description |
---|---|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ABS
Absolutbetrag: Das Ergebnis entspricht dem Typ des übergbenen Arguments.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ADDITION
Addition zweier Summanden.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
COS
Cosinus: Das Ergebnis ist immer eine Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
DIVISION
Numerische Division.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
EXP
Exponentialfunktion e hoch n: Das Ergebnis ist immer eine
Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GANZZAHL_DIVISION
Ganzzahl-Division.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GANZZAHL_REST
Rest der Ganzzahldivision.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GLEICH
Vergleich: Gleich.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GROESSER
Vergleich: Größer.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GROESSER_GLEICH
Vergleich: Größer oder Gleich.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
IN_BOGENMASS
Umrechnung von Grad in Bogenmass.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
IN_GRAD
Umrechnung von Bogenmass in Grad.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
KLEINER
Vergleich: Kleiner.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
KLEINER_GLEICH
Vergleich: Kleiner oder Gleich.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
LN
Natürlicher Logarithmus: Das Ergebnis ist immer eine Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MAX
Maximum: Das Ergebnis entspricht dem Element mit dem maximalen Wert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MIN
Minimum: Das Ergebnis entspricht dem Element mit dem minimalen Wert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MULTIPLIKATION
Multiplikation von zwei numerischen Faktoren.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] |
OPERATOREN
die unterstützten Operatoren.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
POTENZ
Potenzfunktion: Das Ergebnis ist immer eine Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
SIN
Sinus: Das Ergebnis ist immer eine Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
SUBTRAKTION
Subtraktion.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
TAN
Tangens: Das Ergebnis ist immer eine Fliesskommazahl.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
UNGLEICH
Vergleich: Ungleich.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
WURZEL
Wurzel: Das Ergebnis ist immer eine Fliesskommazahl.
|
Modifier | Constructor and Description |
---|---|
private |
ArithmetikOperators()
privater Konstruktor für Utility-Klasse.
|
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MULTIPLIKATION
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator DIVISION
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GANZZAHL_DIVISION
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GANZZAHL_REST
x % y = (int)(x - (int)(x/y)*y)Das Ergebnis ist eine Ganzzahl, wenn beide Operanden eine Ganzzahl sind, in allen anderen Fällen liefert die Operation eine Fließkommazahl.
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ADDITION
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator SUBTRAKTION
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GROESSER
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KLEINER
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GLEICH
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator UNGLEICH
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GROESSER_GLEICH
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KLEINER_GLEICH
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator POTENZ
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator WURZEL
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator EXP
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator SIN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator COS
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator TAN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MIN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MAX
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ABS
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator IN_BOGENMASS
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator IN_GRAD
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.