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