Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[3/4]
static ulong
ISubtractionOperators
< ulong, ulong, ulong >. System.UInt64.operator-
(
ulong
left
,
ulong
right
)
inline
static
Definition at line
882
of file
UInt64.cs
.
883
{
884
return
left - right;
885
}
System
UInt64
Generated by
1.10.0