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

◆ IsNegativeZero() [1/2]

static unsafe bool System.Xml.XmlConverter.IsNegativeZero ( double value)
inlinestaticprivate

Definition at line 894 of file XmlConverter.cs.

895 {
896 double num = -0.0;
897 return *(long*)(&value) == *(long*)(&num);
898 }

References System.value.