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