IBinaryInteger<TSelf>.LeadingZeroCount(TSelf) Method

Definition

Computes the number of leading zero bits in a value.

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

Parameters

value
TSelf

The value whose leading zero bits are to be counted.

Returns

TSelf

The number of leading zero bits in value.

Applies to