Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ printNumber
Method
printNumber
packages/alphatab/test/PrettyFormat.ts:108–110 ·
view source on GitHub ↗
(val: number)
Source
from the content-addressed store, hash-verified
106
}
107
108
static printNumber(val: number): string {
109
return
val.toString();
110
}
111
112
static printBigInt(val: bigint): string {
113
return
`${val}n`;
Callers
1
printBasicValue
Method · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected