2 references to NegativeZeroValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (2)
45
private const ulong NegativeOneValue =
NegativeZeroValue
| 0x1;
81
public static Decimal64 NegativeZero => new Decimal64(
NegativeZeroValue
);