Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static nint
INumber
<
IntPtr
>. System.IntPtr.Sign
(
nint
value
)
inline
static
Definition at line
758
of file
IntPtr.cs
.
759
{
760
return
Math.Sign(
value
);
761
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
IntPtr
Generated by
1.10.0