Preparing search index...
The search index is not available
umt
umt
toBaseN
Function toBaseN
n進数に変換
Example
toBaseN
(
10
);
// "1010"
Copy
toBaseN
(
x
:
number
,
radix
?:
number
)
:
string
Parameters
x
:
number
Optional
radix
:
number
= 2
n進数
Returns
string
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
umt
Loading...
n進数に変換
Example