Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/5]
static nuint
IUnaryNegationOperators
<
UIntPtr
,
UIntPtr
>. System.UIntPtr.operator-
(
nuint
value
)
inline
static
Definition at line
949
of file
UIntPtr.cs
.
950
{
951
return
0 -
value
;
952
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UIntPtr
Generated by
1.10.0