IntPtr.LeadingZeroCount(IntPtr) Метод

Определение

Вычисляет число начальных нулей в значении.

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

Параметры

value
IntPtr

nativeint

Значение, начальные нули которого подсчитываются.

Возвращаемое значение

IntPtr

nativeint

Число начальных нулей в value.

Реализации

Применяется к