Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[1/4]
static
Half
ISubtractionOperators
<
Half
,
Half
,
Half
>. System.Half.operator-
(
Half
left
,
Half
right
)
inline
static
Definition at line
1391
of file
Half.cs
.
1392
{
1393
return
(
Half
)((float)left - (
float
)right);
1394
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
System
Half
Generated by
1.10.0