Byte.LeadingZeroCount(Byte) Metod

Definition

Beräknar antalet inledande nollor i ett värde.

public:
 static System::Byte LeadingZeroCount(System::Byte value) = System::Numerics::IBinaryInteger<System::Byte>::LeadingZeroCount;
public static byte LeadingZeroCount(byte value);
static member LeadingZeroCount : byte -> byte
Public Shared Function LeadingZeroCount (value As Byte) As Byte

Parametrar

value
Byte

Värdet vars inledande nollor ska räknas.

Returer

Antalet inledande nollor i value.

Implementeringar

Gäller för