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

◆ Low64

ulong System.Decimal.DecCalc.Buf12.Low64
getset

Definition at line 53 of file Decimal.cs.

54 {
55 get
56 {
57 return ulo64LE;
58 }
59 set
60 {
61 ulo64LE = value;
62 }
63 }

Referenced by System.Decimal.DecCalc.VarDecMod().