Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ILogB< TInteger >()
[1/2]
static TInteger
IFloatingPoint
<
Half
>. System.Half.ILogB< TInteger >
(
Half
x
)
inline
static
Definition at line
854
of file
Half.cs
.
855
{
856
return
TInteger.Create(MathF.ILogB((
float
)x));
857
}
References
System.MathF.ILogB()
.
System
Half
Generated by
1.10.0