You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Return the Number value that corresponds to _value_.
44221
44221
1. If _type_ is ~float64~, then
44222
44222
1. Let _value_ be the byte elements of _rawBytes_ concatenated and interpreted as a little-endian bit string encoding of an IEEE 754-2019 binary64 value.
44223
-
1. If _value_ is an IEEE 754-2019 binary32 format NaN encoding, return *NaN*.
44223
+
1. If _value_ is an IEEE 754-2019 binary64 format NaN encoding, return *NaN*.
44224
44224
1. Return the Number value that corresponds to _value_.
44225
44225
1. If IsUnsignedElementType(_type_) is *true*, then
44226
44226
1. Let _intValue_ be the byte elements of _rawBytes_ concatenated and interpreted as a bit string encoding of an unsigned little-endian binary number.
0 commit comments