Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Sign() [2/3]

static int System.Decimal.Sign ( in decimal d)
inlinestaticpackage

Definition at line 2609 of file Decimal.cs.

2610 {
2611 if ((d.Low64 | d.High) != 0L)
2612 {
2613 return (d._flags >> 31) | 1;
2614 }
2615 return 0;
2616 }

References System.Runtime.Serialization.Dictionary, and System.L.