Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Abs()
[6/8]
static nint System.Math.Abs
(
nint
value
)
inline
static
Definition at line
187
of file
Math.cs
.
188
{
189
if
(
value
< 0)
190
{
191
value
= -
value
;
192
if
(
value
< 0)
193
{
194
ThrowAbsOverflow
();
195
}
196
}
197
return
value
;
198
}
System.Math.ThrowAbsOverflow
static void ThrowAbsOverflow()
Definition
Math.cs:223
System.ExceptionArgument.value
@ value
References
System.Math.ThrowAbsOverflow()
, and
System.value
.
System
Math
Generated by
1.10.0