Table of Contents

Method YGroup2ZipLow

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2ZipLow(Vector128<Int128>, Vector128<Int128>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<Int128> YGroup2ZipLow(Vector128<Int128> x, Vector128<Int128> y)

Parameters

x Vector128<Int128>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<Int128>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<Int128>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<UInt128>, Vector128<UInt128>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<UInt128> YGroup2ZipLow(Vector128<UInt128> x, Vector128<UInt128> y)

Parameters

x Vector128<UInt128>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<UInt128>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<UInt128>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<float>, Vector128<float>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<float> YGroup2ZipLow(Vector128<float> x, Vector128<float> y)

Parameters

x Vector128<float>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<float>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<float>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<double>, Vector128<double>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<double> YGroup2ZipLow(Vector128<double> x, Vector128<double> y)

Parameters

x Vector128<double>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<double>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<double>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<sbyte>, Vector128<sbyte>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<sbyte> YGroup2ZipLow(Vector128<sbyte> x, Vector128<sbyte> y)

Parameters

x Vector128<sbyte>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<sbyte>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<sbyte>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<byte>, Vector128<byte>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<byte> YGroup2ZipLow(Vector128<byte> x, Vector128<byte> y)

Parameters

x Vector128<byte>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<byte>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<byte>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<short>, Vector128<short>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<short> YGroup2ZipLow(Vector128<short> x, Vector128<short> y)

Parameters

x Vector128<short>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<short>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<short>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<ushort>, Vector128<ushort>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<ushort> YGroup2ZipLow(Vector128<ushort> x, Vector128<ushort> y)

Parameters

x Vector128<ushort>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<ushort>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<ushort>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<int>, Vector128<int>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<int> YGroup2ZipLow(Vector128<int> x, Vector128<int> y)

Parameters

x Vector128<int>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<int>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<int>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<uint>, Vector128<uint>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<uint> YGroup2ZipLow(Vector128<uint> x, Vector128<uint> y)

Parameters

x Vector128<uint>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<uint>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<uint>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<long>, Vector128<long>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<long> YGroup2ZipLow(Vector128<long> x, Vector128<long> y)

Parameters

x Vector128<long>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<long>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<long>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<ulong>, Vector128<ulong>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<ulong> YGroup2ZipLow(Vector128<ulong> x, Vector128<ulong> y)

Parameters

x Vector128<ulong>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<ulong>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<ulong>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<ExInt128>, Vector128<ExInt128>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

public static Vector128<ExInt128> YGroup2ZipLow(Vector128<ExInt128> x, Vector128<ExInt128> y)

Parameters

x Vector128<ExInt128>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<ExInt128>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<ExInt128>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also

YGroup2ZipLow(Vector128<ExUInt128>, Vector128<ExUInt128>)

Interleave 2 vectors into 2-element groups and returns the data in the low position. (将2个向量交织为2-元素组, 并返回低位置的数据). Mnemonic: rt[i] := (0==(i&1))?( x[i2] ):( y[i2] ), i2 := i/2.

[CLSCompliant(false)]
public static Vector128<ExUInt128> YGroup2ZipLow(Vector128<ExUInt128> x, Vector128<ExUInt128> y)

Parameters

x Vector128<ExUInt128>

A vector consisting purely of X-components (纯由X分量所组成的向量).

y Vector128<ExUInt128>

A vector consisting purely of Y-components (纯由Y分量所组成的向量).

Returns

Vector128<ExUInt128>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

See Also