IBinaryInteger<TSelf>.TrailingZeroCount(TSelf) Methode

Definitie

Berekent het aantal volgnullen bits in een waarde.

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

Parameters

value
TSelf

De waarde waarvan de afsluitende nul-bits moeten worden geteld.

Retouren

TSelf

Het aantal afsluitende nul bits in value.

Van toepassing op