Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Log2()
[1/4]
static
Half
IBinaryNumber
<
Half
>. System.Half.Log2
(
Half
value
)
inline
static
Definition at line
634
of file
Half.cs
.
635
{
636
return
(
Half
)MathF.Log2((
float
)
value
);
637
}
System.ExceptionArgument.value
@ value
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Log2()
, and
System.value
.
System
Half
Generated by
1.10.0