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

◆ Low64

ulong System.Decimal.DecCalc.Buf24.Low64
getset

Definition at line 154 of file Decimal.cs.

155 {
156 get
157 {
158 return ulo64LE;
159 }
160 set
161 {
162 ulo64LE = value;
163 }
164 }