Partager via


BitConverter.UInt16BitsToHalf(UInt16) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Convertit l’entier non signé 16 bits spécifié en nombre à virgule flottante demi-précision.

public:
 static Half UInt16BitsToHalf(System::UInt16 value);
[System.CLSCompliant(false)]
public static Half UInt16BitsToHalf (ushort value);
[<System.CLSCompliant(false)>]
static member UInt16BitsToHalf : uint16 -> Half
Public Shared Function UInt16BitsToHalf (value As UShort) As Half

Paramètres

value
UInt16

Nombre à convertir.

Retours

Half

Nombre à virgule flottante demi-précision dont les bits sont identiques à value.

Attributs

S’applique à