BitConverter.HalfToUInt16Bits(Half) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert die angegebene Gleitkommazahl mit halber Genauigkeit in eine 16-Bit-Ganzzahl ohne Vorzeichen.

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

Parameter

value
Half

Die zu konvertierende Zahl.

Gibt zurück

Eine 16-Bit-Ganzzahl ohne Vorzeichen, deren Bits mit identisch valuesind.

Attribute

Gilt für: