Partager via


BitConverter.HalfToUInt16Bits(Half) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

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

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

Paramètres

value
Half

Nombre à convertir.

Retours

UInt16

Entier non signé 16 bits dont les bits sont identiques à value.

Attributs

S’applique à