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

◆ High

uint System.Decimal.DecCalc.High
getsetprivate

Definition at line 238 of file Decimal.cs.

239 {
240 get
241 {
242 return uhi;
243 }
244 set
245 {
246 uhi = value;
247 }
248 }