BitConverter.HalfToUInt16Bits(Half) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Entier non signé 16 bits dont les bits sont identiques à value
.
- Attributs