Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
s_negPercentFormats
readonly
string
[] System.Number.s_negPercentFormats
static
private
Initial value:
=
new
string
[12]
{
"-# %"
,
"-#%"
,
"-%#"
,
"%-#"
,
"%#-"
,
"#-%"
,
"#%-"
,
"-% #"
,
"# %-"
,
"% #-"
,
"% -#"
,
"#- %"
}
Definition at line
1245
of file
Number.cs
.
1246
{
1247
"-# %"
,
"-#%"
,
"-%#"
,
"%-#"
,
"%#-"
,
"#-%"
,
"#%-"
,
"-% #"
,
"# %-"
,
"% #-"
,
1248
"% -#"
,
"#- %"
1249
};
Referenced by
System.Number.FormatPercent()
.
System
Number
Generated by
1.10.0