UInt32.TrailingZeroCount(UInt32) 方法

定義

計算值中尾端零的數目。

public:
 static System::UInt32 TrailingZeroCount(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::TrailingZeroCount;
public static uint TrailingZeroCount (uint value);
static member TrailingZeroCount : uint32 -> uint32
Public Shared Function TrailingZeroCount (value As UInteger) As UInteger

參數

value
UInt32

要計算其尾端零的值。

傳回

中的 value 尾端零數目。

實作

適用於