2 references to QuietNaNValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (2)
78
public static Decimal64 NaN => new Decimal64(
QuietNaNValue
);
1779
static ulong IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.NaN =>
QuietNaNValue
;