IBinaryInteger<TSelf>.TrailingZeroCount(TSelf) Metod

Definition

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

public:
 static TSelf TrailingZeroCount(TSelf value);
public static abstract TSelf TrailingZeroCount(TSelf value);
static member TrailingZeroCount : 'Self -> 'Self
Public Shared Function TrailingZeroCount (value As TSelf) As TSelf

Parametrar

value
TSelf

Värdet vars avslutande nollbitar ska räknas.

Returer

TSelf

Antalet avslutande noll bitar i value.

Gäller för