Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator%()
[1/2]
static
Half
IModulusOperators
<
Half
,
Half
,
Half
>. System.Half.operator%
(
Half
left
,
Half
right
)
inline
static
Definition at line
1024
of file
Half.cs
.
1025
{
1026
return
(
Half
)((float)left % (
float
)right);
1027
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
System
Half
Generated by
1.10.0