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