BitConverter.UInt16BitsToHalf(UInt16) 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 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
Nombre à virgule flottante demi-précision dont les bits sont identiques à value
.
- Attributs