UIntPtr.LeadingZeroCount(UIntPtr) Method

Definition

Computes the number of leading zeros in a value.

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

Parameters

value
UIntPtr

unativeint

The value whose leading zeroes are to be counted.

Returns

UIntPtr

unativeint

The number of leading zeros in value.

Implements

Applies to