Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Abs()
[1/2]
static
short
INumber
<
short
>. System.Int16.Abs
(
short
value
)
inline
static
Definition at line
428
of file
Int16.cs
.
429
{
430
return
Math.Abs(
value
);
431
}
System.ExceptionArgument.value
@ value
References
System.Math.Abs()
, and
System.value
.
System
Int16
Generated by
1.10.0