Edit

Share via


BitConverter.UInt16BitsToBFloat16(UInt16) Method

Definition

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

Applies to