Package se.krka.kahlua.stdlib
Class StringLib
java.lang.Object
se.krka.kahlua.stdlib.StringLib
- All Implemented Interfaces:
JavaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
call
(LuaCallFrame luaCallFrame, int int1) static void
register
(Platform platform, KahluaTable kahluaTable) static double
roundToPrecision
(double double1, int int1) static double
roundToSignificantNumbers
(double double1, int int1) toString()
-
Constructor Details
-
StringLib
public StringLib(int int1)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
call
in interfaceJavaFunction
-
roundToPrecision
public static double roundToPrecision(double double1, int int1) -
roundToSignificantNumbers
public static double roundToSignificantNumbers(double double1, int int1)
-