3 references to NegativeZero
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
819static double IFloatingPointIeee754<double>.NegativeZero => NegativeZero;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
858return double.NegativeZero;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1081public static NFloat NegativeZero => new NFloat(NativeType.NegativeZero);