Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Floor()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.Floor
(
Half
x
)
inline
static
Definition at line
836
of file
Half.cs
.
837
{
838
return
(
Half
)MathF.Floor((
float
)x);
839
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Floor()
.
System
Half
Generated by
1.10.0