2 implementations of NegativeZero
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
801
static double IFloatingPointIeee754<double>.
NegativeZero
=> NegativeZero;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
798
static float IFloatingPointIeee754<float>.
NegativeZero
=> NegativeZero;
4 references to NegativeZero
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
800
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1436
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1153
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
797
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />