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