Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/3]
static decimal
INumber
< decimal >. System.Decimal.Sign
(
decimal
value
)
inline
static
Definition at line
3400
of file
Decimal.cs
.
3401
{
3402
return
Math.Sign(
value
);
3403
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
Decimal
Generated by
1.10.0