Popcnt.X64 クラス

定義

public: ref class Popcnt::X64 abstract : System::Runtime::Intrinsics::X86::Sse42::X64
public: ref class Popcnt::X64 abstract : System::Runtime::Intrinsics::X86::Sse41::X64
public abstract class Popcnt.X64 : System.Runtime.Intrinsics.X86.Sse42.X64
public abstract class Popcnt.X64 : System.Runtime.Intrinsics.X86.Sse41.X64
type Popcnt.X64 = class
    inherit Sse42.X64
type Popcnt.X64 = class
    inherit Sse41.X64
Public MustInherit Class Popcnt.X64
Inherits Sse42.X64
Public MustInherit Class Popcnt.X64
Inherits Sse41.X64
継承
継承

プロパティ

IsSupported

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
PopCount(UInt64)

__int64 _mm_popcnt_u64 (unsigned __int64 a)

POPCNT reg64, reg/m64

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象