Bmi2.X64.ZeroHighBits(UInt64, UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
unsigned __int64 _bzhi_u64 (unsigned __int64 a, unsigned int index)
BZHI r64a, reg/m32, r64b
public:
static System::UInt64 ZeroHighBits(System::UInt64 value, System::UInt64 index);
public static ulong ZeroHighBits (ulong value, ulong index);
static member ZeroHighBits : uint64 * uint64 -> uint64
Public Shared Function ZeroHighBits (value As ULong, index As ULong) As ULong
Parameters
- value
- UInt64
- index
- UInt64
Returns
Remarks
This intrinsic is only available on 64-bit processes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.