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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.