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

◆ NegativeInfinitySymbol

string System.Globalization.NumberFormatInfo.NegativeInfinitySymbol
getset

Definition at line 311 of file NumberFormatInfo.cs.

312 {
313 get
314 {
316 }
317 set
318 {
319 if (value == null)
320 {
321 throw new ArgumentNullException("value");
322 }
325 }
326 }