Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IEEERemainder()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.IEEERemainder
(
Half
left
,
Half
right
)
inline
static
Definition at line
848
of file
Half.cs
.
849
{
850
return
(
Half
)MathF.IEEERemainder((
float
)left, (
float
)right);
851
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.IEEERemainder()
.
System
Half
Generated by
1.10.0