Uses of Enum Class
at.letto.math.enums.SHOWPOTENZ
Packages that use SHOWPOTENZ
-
Uses of SHOWPOTENZ in at.letto.math.dto
Fields in at.letto.math.dto declared as SHOWPOTENZModifier and TypeFieldDescriptionprivate SHOWPOTENZ
CalcParamsDto.showpotenz
Gibt an, ob eine Potenz als Potenz oder als Wurzel dargestellt werden soll
AUTO : Die Darstellung wird automatisch festgelegt
POW : Potenzen werden als Potenz dargestellt
SQRT : Wenn es sinnvoll ist, werden Potenten als Wurzel dargestellt -
Uses of SHOWPOTENZ in at.letto.math.enums
Methods in at.letto.math.enums that return SHOWPOTENZModifier and TypeMethodDescriptionstatic SHOWPOTENZ
static SHOWPOTENZ
Returns the enum constant of this class with the specified name.static SHOWPOTENZ[]
SHOWPOTENZ.values()
Returns an array containing the constants of this enum class, in the order they are declared.