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