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

◆ High64

ulong System.Decimal.DecCalc.Buf12.High64
getset

Definition at line 65 of file Decimal.cs.

66 {
67 get
68 {
69 return uhigh64LE;
70 }
71 set
72 {
74 }
75 }