3 references to ZeroValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (3)
44
private const ulong OneValue =
ZeroValue
| 0x1;
84
public static Decimal64 Zero => new Decimal64(
ZeroValue
);
1777
static ulong IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.Zero =>
ZeroValue
;