Table of Contents

Method GetBitsMask64

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GetBitsMask64(int, int)

Get 64-bit's bits mask (取得64位的掩码).

public static long GetBitsMask64(int start, int len)

Parameters

start int

Bits start (起始位).

len int

Bits length (位长度).

Returns

long

Returns mask (返回掩码).