BitConverter.UInt16BitsToBFloat16(UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
static System::Numerics::BFloat16 UInt16BitsToBFloat16(System::UInt16 value);
[System.CLSCompliant(false)]
public static System.Numerics.BFloat16 UInt16BitsToBFloat16(ushort value);
[<System.CLSCompliant(false)>]
static member UInt16BitsToBFloat16 : uint16 -> System.Numerics.BFloat16
Public Shared Function UInt16BitsToBFloat16 (value As UShort) As BFloat16
Parameters
- value
- UInt16
Returns
- Attributes