BitConverter.BFloat16ToUInt16Bits(BFloat16) 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::UInt16 BFloat16ToUInt16Bits(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static ushort BFloat16ToUInt16Bits(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member BFloat16ToUInt16Bits : System.Numerics.BFloat16 -> uint16
Public Shared Function BFloat16ToUInt16Bits (value As BFloat16) As UShort
Parameters
- value
- BFloat16
Returns
- Attributes