Table of Contents

Method GetBitsMask128

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GetBitsMask128(int, int)

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

public static ExInt128 GetBitsMask128(int start, int len)

Parameters

start int

Bits start (起始位).

len int

Bits length (位长度).

Returns

ExInt128

Returns mask (返回掩码).