Lzcnt.X64.LeadingZeroCount(UInt64) メソッド

定義

unsigned __int64 _lzcnt_u64 (unsigned __int64 a)

LZCNT reg, reg/m64

public:
 static System::UInt64 LeadingZeroCount(System::UInt64 value);
public static ulong LeadingZeroCount (ulong value);
static member LeadingZeroCount : uint64 -> uint64
Public Shared Function LeadingZeroCount (value As ULong) As ULong

パラメーター

value
UInt64

戻り値

注釈

この組み込みは、64 ビット プロセスでのみ使用できます。

適用対象