IBinaryInteger<TSelf>.LeadingZeroCount(TSelf) Metod

Definition

Beräknar antalet inledande noll bitar i ett värde.

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

Parametrar

value
TSelf

Värdet vars inledande noll bitar ska räknas.

Returer

TSelf

Antalet inledande nollbitar i value.

Gäller för