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

◆ Low64

ulong System.Decimal.DecCalc.Buf16.Low64
getset

Definition at line 99 of file Decimal.cs.

100 {
101 get
102 {
103 return ulo64LE;
104 }
105 set
106 {
107 ulo64LE = value;
108 }
109 }