Partilhar via


Bmi2.X64.ParallelBitDeposit(UInt64, UInt64) Método

Definição

unsigned __int64 _pdep_u64 (unsigned __int64 a, unsigned __int64 mask)

PDEP r64a, r64b, reg/m64

public:
 static System::UInt64 ParallelBitDeposit(System::UInt64 value, System::UInt64 mask);
public static ulong ParallelBitDeposit (ulong value, ulong mask);
static member ParallelBitDeposit : uint64 * uint64 -> uint64
Public Shared Function ParallelBitDeposit (value As ULong, mask As ULong) As ULong

Parâmetros

value
UInt64
mask
UInt64

Retornos

UInt64

Comentários

Esse intrínseco só está disponível em processos de 64 bits.

Aplica-se a