Edit

Share via


IntPtr.LeadingZeroCount(IntPtr) Method

Definition

Computes the number of leading zeros in a value.

C#
public static IntPtr LeadingZeroCount(IntPtr value);

Parameters

value
IntPtr

The value whose leading zeroes are to be counted.

Returns

IntPtr

The number of leading zeros in value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10