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 classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcall(LuaCallFrame luaCallFrame, int int1) static voidregister(Platform platform, KahluaTable kahluaTable) static doubleroundToPrecision(double double1, int int1) static doubleroundToSignificantNumbers(double double1, int int1) toString()
-
Constructor Details
-
StringLib
public StringLib(int int1)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
callin interfaceJavaFunction
-
roundToPrecision
public static double roundToPrecision(double double1, int int1) -
roundToSignificantNumbers
public static double roundToSignificantNumbers(double double1, int int1)
-