Table of Contents

Method YGroup2ZipHigh

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2ZipHigh(Vector256<Int128>, Vector256<Int128>)

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

public static Vector256<Int128> YGroup2ZipHigh(Vector256<Int128> x, Vector256<Int128> y)

Parameters

x Vector256<Int128>

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

y Vector256<Int128>

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

Returns

Vector256<Int128>

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

See Also

YGroup2ZipHigh(Vector256<UInt128>, Vector256<UInt128>)

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

[CLSCompliant(false)]
public static Vector256<UInt128> YGroup2ZipHigh(Vector256<UInt128> x, Vector256<UInt128> y)

Parameters

x Vector256<UInt128>

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

y Vector256<UInt128>

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

Returns

Vector256<UInt128>

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

See Also

YGroup2ZipHigh(Vector256<float>, Vector256<float>)

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

public static Vector256<float> YGroup2ZipHigh(Vector256<float> x, Vector256<float> y)

Parameters

x Vector256<float>

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

y Vector256<float>

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

Returns

Vector256<float>

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

See Also

YGroup2ZipHigh(Vector256<double>, Vector256<double>)

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

public static Vector256<double> YGroup2ZipHigh(Vector256<double> x, Vector256<double> y)

Parameters

x Vector256<double>

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

y Vector256<double>

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

Returns

Vector256<double>

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

See Also

YGroup2ZipHigh(Vector256<sbyte>, Vector256<sbyte>)

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

[CLSCompliant(false)]
public static Vector256<sbyte> YGroup2ZipHigh(Vector256<sbyte> x, Vector256<sbyte> y)

Parameters

x Vector256<sbyte>

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

y Vector256<sbyte>

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

Returns

Vector256<sbyte>

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

See Also

YGroup2ZipHigh(Vector256<byte>, Vector256<byte>)

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

public static Vector256<byte> YGroup2ZipHigh(Vector256<byte> x, Vector256<byte> y)

Parameters

x Vector256<byte>

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

y Vector256<byte>

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

Returns

Vector256<byte>

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

See Also

YGroup2ZipHigh(Vector256<short>, Vector256<short>)

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

public static Vector256<short> YGroup2ZipHigh(Vector256<short> x, Vector256<short> y)

Parameters

x Vector256<short>

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

y Vector256<short>

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

Returns

Vector256<short>

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

See Also

YGroup2ZipHigh(Vector256<ushort>, Vector256<ushort>)

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

[CLSCompliant(false)]
public static Vector256<ushort> YGroup2ZipHigh(Vector256<ushort> x, Vector256<ushort> y)

Parameters

x Vector256<ushort>

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

y Vector256<ushort>

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

Returns

Vector256<ushort>

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

See Also

YGroup2ZipHigh(Vector256<int>, Vector256<int>)

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

public static Vector256<int> YGroup2ZipHigh(Vector256<int> x, Vector256<int> y)

Parameters

x Vector256<int>

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

y Vector256<int>

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

Returns

Vector256<int>

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

See Also

YGroup2ZipHigh(Vector256<uint>, Vector256<uint>)

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

[CLSCompliant(false)]
public static Vector256<uint> YGroup2ZipHigh(Vector256<uint> x, Vector256<uint> y)

Parameters

x Vector256<uint>

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

y Vector256<uint>

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

Returns

Vector256<uint>

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

See Also

YGroup2ZipHigh(Vector256<long>, Vector256<long>)

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

public static Vector256<long> YGroup2ZipHigh(Vector256<long> x, Vector256<long> y)

Parameters

x Vector256<long>

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

y Vector256<long>

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

Returns

Vector256<long>

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

See Also

YGroup2ZipHigh(Vector256<ulong>, Vector256<ulong>)

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

[CLSCompliant(false)]
public static Vector256<ulong> YGroup2ZipHigh(Vector256<ulong> x, Vector256<ulong> y)

Parameters

x Vector256<ulong>

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

y Vector256<ulong>

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

Returns

Vector256<ulong>

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

See Also

YGroup2ZipHigh(Vector256<ExInt128>, Vector256<ExInt128>)

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

public static Vector256<ExInt128> YGroup2ZipHigh(Vector256<ExInt128> x, Vector256<ExInt128> y)

Parameters

x Vector256<ExInt128>

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

y Vector256<ExInt128>

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

Returns

Vector256<ExInt128>

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

See Also

YGroup2ZipHigh(Vector256<ExUInt128>, Vector256<ExUInt128>)

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

[CLSCompliant(false)]
public static Vector256<ExUInt128> YGroup2ZipHigh(Vector256<ExUInt128> x, Vector256<ExUInt128> y)

Parameters

x Vector256<ExUInt128>

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

y Vector256<ExUInt128>

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

Returns

Vector256<ExUInt128>

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

See Also