Package se.krka.kahlua.j2se
Class MathLib
java.lang.Object
se.krka.kahlua.j2se.MathLib
- All Implemented Interfaces:
JavaFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcall(LuaCallFrame luaCallFrame, int int1) static booleanisNegative(double double1) static voidregister(Platform platform, KahluaTable kahluaTable) static doubleround(double double1) toString()
-
Constructor Details
-
MathLib
public MathLib(int int1)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
callin interfaceJavaFunction
-
isNegative
public static boolean isNegative(double double1) -
round
public static double round(double double1)
-