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)
inlinestatic

Definition at line 3400 of file Decimal.cs.

3401 {
3402 return Math.Sign(value);
3403 }

References System.Math.Sign(), and System.value.