Creates a value from exact wire bits.
(ushort bits)
| 86 | /// Creates a value from exact wire bits. |
| 87 | /// </summary> |
| 88 | public static BFloat16 FromBits(ushort bits) => new(bits); |
| 89 | |
| 90 | /// <summary> |
| 91 | /// Creates a value from a <see cref="float" />. |
no outgoing calls
no test coverage detected