Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsPow2()
[2/6]
static
bool
System.Numerics.BitOperations.IsPow2
(
long
value
)
inline
static
Definition at line
49
of file
BitOperations.cs
.
50
{
51
if
((
value
& (
value
- 1)) == 0
L
)
52
{
53
return
value
> 0;
54
}
55
return
false
;
56
}
System.ExceptionArgument.value
@ value
System.ConsoleKey.L
@ L
References
System.L
, and
System.value
.
System
Numerics
BitOperations
Generated by
1.10.0