31 references to NegativeZero
BinaryFormatTests (2)
FormatTests\FormattedObject\ListTests.cs (1)
102
new List<double>() { 3.14, double.NaN, double.PositiveInfinity, double.NegativeInfinity, double.
NegativeZero
},
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
81
{ (byte)PrimitiveType.Double, double.
NegativeZero
},
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.SpecialTypes.cs (1)
178
new object[] { "double", "double.NegativeZero", double.
NegativeZero
, true },
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
801
static double IFloatingPointIeee754<double>.NegativeZero =>
NegativeZero
;
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
857
return double.
NegativeZero
;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1154
public static NFloat NegativeZero => new NFloat(NativeType.
NegativeZero
);
WindowsBase.Tests (25)
System\Windows\Media\MatrixTests.cs (5)
5084
yield return new object[] { matrix, double.
NegativeZero
, false };
5123
yield return new object[] { double.
NegativeZero
, false };
5164
yield return new object[] { double.
NegativeZero
};
5207
yield return new object[] { matrix, double.
NegativeZero
, true };
5246
yield return new object[] { double.
NegativeZero
, true };
System\Windows\PointTests.cs (4)
31
[InlineData(double.
NegativeZero
, double.
NegativeZero
)]
49
[InlineData(double.
NegativeZero
)]
74
[InlineData(double.
NegativeZero
)]
System\Windows\RectTests.cs (8)
90
[InlineData(double.
NegativeZero
, double.
NegativeZero
, double.
NegativeZero
, double.
NegativeZero
)]
581
yield return new object[] { double.
NegativeZero
};
654
yield return new object[] { double.
NegativeZero
};
724
yield return new object[] { double.
NegativeZero
};
806
yield return new object[] { double.
NegativeZero
};
System\Windows\SizeTests.cs (4)
23
[InlineData(double.
NegativeZero
, double.
NegativeZero
)]
72
[InlineData(double.
NegativeZero
)]
114
[InlineData(double.
NegativeZero
)]
System\Windows\VectorTests.cs (4)
29
[InlineData(double.
NegativeZero
, double.
NegativeZero
)]
78
[InlineData(double.
NegativeZero
)]
103
[InlineData(double.
NegativeZero
)]