IntPtr.LeadingZeroCount(IntPtr) Method (System) (original) (raw)

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

The number of leading zeros in value.

Implements

Applies to