Int32.LeadingZeroCount(Int32) Method

Definition

Computes the number of leading zeros in a value.

public:
 static int LeadingZeroCount(int value) = System::Numerics::IBinaryInteger<int>::LeadingZeroCount;
public static int LeadingZeroCount (int value);
static member LeadingZeroCount : int -> int
Public Shared Function LeadingZeroCount (value As Integer) As Integer

Parameters

value
Int32

The value whose leading zeroes are to be counted.

Returns

The number of leading zeros in value.

Implements

Applies to