Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ makeDouble
Method
makeDouble
UnLuac/src/unluac/parse/LNumber.java:9–11 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
7
}
8
9
public
static
LNumber makeDouble(double x) {
10
return
new
LDoubleNumber(x, LNumberType.NumberMode.MODE_FLOAT);
11
}
12
13
@Override
14
public
abstract String toPrintString();
Callers
1
Constant
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected