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

◆ IsNegativeZero() [2/2]

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

Definition at line 888 of file XmlConverter.cs.

889 {
890 float num = -0f;
891 return *(int*)(&value) == *(int*)(&num);
892 }

References System.value.

Referenced by System.Xml.XmlConverter.ToChars(), and System.Xml.XmlConverter.ToChars().