Creates a quiet NaN value using the specified payload Notes: Payloads are masked to fit the current representation, having a limited bit width of to mant_dig - 2;
auto a = NaN!decimal32(12345U); auto b = NaN!decimal64(12345UL); decimal128 c = NaN(123U, 456U);
See Implementation
Creates a quiet NaN value using the specified payload Notes: Payloads are masked to fit the current representation, having a limited bit width of to mant_dig - 2;