IBinaryInteger<TSelf>.LeadingZeroCount(TSelf) Metoda

Definicja

Oblicza liczbę bitów zera wiodącego w wartości.

public:
 static override TSelf LeadingZeroCount(TSelf value);
public static virtual TSelf LeadingZeroCount (TSelf value);
static member LeadingZeroCount : 'Self -> 'Self
Public Shared Overrides Function LeadingZeroCount (value As TSelf) As TSelf

Parametry

value
TSelf

Wartość, której wiodące bity zerowe mają być zliczane.

Zwraca

TSelf

Liczba bitów zera wiodącego w pliku value.

Dotyczy