Bewerken

Delen via


BitConverter.BFloat16ToUInt16Bits(BFloat16) Method

Definition

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

Applies to