3 references to ZeroValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (3)
49
private const uint OneValue =
ZeroValue
| 0x1;
89
public static Decimal32 Zero => new Decimal32(
ZeroValue
);
1783
static uint IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.Zero =>
ZeroValue
;