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 int0) static void
register
(Platform platform, KahluaTable table2) static double
roundToPrecision
(double double1, int int0) static double
roundToSignificantNumbers
(double double0, int int0) toString()
-
Constructor Details
-
StringLib
public StringLib(int int0)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
call
in interfaceJavaFunction
-
roundToPrecision
public static double roundToPrecision(double double1, int int0) -
roundToSignificantNumbers
public static double roundToSignificantNumbers(double double0, int int0)
-