IntPtr.LeadingZeroCount(IntPtr) Method

Definition

Computes the number of leading zeros in a value.

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

Parameters

value
IntPtr

nativeint

The value whose leading zeroes are to be counted.

Returns

IntPtr

nativeint

The number of leading zeros in value.

Implements

Applies to