Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Abs()
[1/2]
static int
INumber
< int >. System.Int32.Abs
(
int
value
)
inline
static
Definition at line
418
of file
Int32.cs
.
419
{
420
return
Math.Abs(
value
);
421
}
System.ExceptionArgument.value
@ value
References
System.Math.Abs()
, and
System.value
.
System
Int32
Generated by
1.10.0