2 references to NegativeZeroValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (2)
50
private const uint NegativeOneValue =
NegativeZeroValue
| 0x1;
86
public static Decimal32 NegativeZero => new Decimal32(
NegativeZeroValue
);