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

◆ High64

ulong System.Decimal.DecCalc.Buf16.High64
getset

Definition at line 111 of file Decimal.cs.

112 {
113 get
114 {
115 return uhigh64LE;
116 }
117 set
118 {
120 }
121 }