Class MathLib
java.lang.Object
se.krka.kahlua.j2se.MathLib
- All Implemented Interfaces:
JavaFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
call
(LuaCallFrame luaCallFrame, int int0) static boolean
isNegative
(double double0) static void
register
(Platform platform, KahluaTable table1) static double
round
(double double0) toString()
-
Constructor Details
-
MathLib
public MathLib(int int0)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
call
in interfaceJavaFunction
-
isNegative
public static boolean isNegative(double double0) -
round
public static double round(double double0)
-