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

◆ IsDefault

bool System.Buffers.StandardFormat.IsDefault
get

Definition at line 21 of file StandardFormat.cs.

22 {
23 get
24 {
25 if (_format == 0)
26 {
27 return _precision == 0;
28 }
29 return false;
30 }
31 }