Method YGroup2ZipLow
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
YGroup2ZipLow(Vector512<Int128>, Vector512<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 Vector512<Int128> YGroup2ZipLow(Vector512<Int128> x, Vector512<Int128> y)
Parameters
x
Vector512<Int128>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<Int128>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<UInt128>, Vector512<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 Vector512<UInt128> YGroup2ZipLow(Vector512<UInt128> x, Vector512<UInt128> y)
Parameters
x
Vector512<UInt128>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<UInt128>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<float>, Vector512<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 Vector512<float> YGroup2ZipLow(Vector512<float> x, Vector512<float> y)
Parameters
x
Vector512<float>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<float>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<double>, Vector512<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 Vector512<double> YGroup2ZipLow(Vector512<double> x, Vector512<double> y)
Parameters
x
Vector512<double>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<double>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<sbyte>, Vector512<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 Vector512<sbyte> YGroup2ZipLow(Vector512<sbyte> x, Vector512<sbyte> y)
Parameters
x
Vector512<sbyte>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<sbyte>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<byte>, Vector512<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 Vector512<byte> YGroup2ZipLow(Vector512<byte> x, Vector512<byte> y)
Parameters
x
Vector512<byte>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<byte>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<short>, Vector512<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 Vector512<short> YGroup2ZipLow(Vector512<short> x, Vector512<short> y)
Parameters
x
Vector512<short>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<short>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<ushort>, Vector512<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 Vector512<ushort> YGroup2ZipLow(Vector512<ushort> x, Vector512<ushort> y)
Parameters
x
Vector512<ushort>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<ushort>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<int>, Vector512<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 Vector512<int> YGroup2ZipLow(Vector512<int> x, Vector512<int> y)
Parameters
x
Vector512<int>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<int>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<uint>, Vector512<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 Vector512<uint> YGroup2ZipLow(Vector512<uint> x, Vector512<uint> y)
Parameters
x
Vector512<uint>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<uint>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<long>, Vector512<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 Vector512<long> YGroup2ZipLow(Vector512<long> x, Vector512<long> y)
Parameters
x
Vector512<long>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<long>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<ulong>, Vector512<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 Vector512<ulong> YGroup2ZipLow(Vector512<ulong> x, Vector512<ulong> y)
Parameters
x
Vector512<ulong>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<ulong>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<ExInt128>, Vector512<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 Vector512<ExInt128> YGroup2ZipLow(Vector512<ExInt128> x, Vector512<ExInt128> y)
Parameters
x
Vector512<ExInt128>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<ExInt128>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also
YGroup2ZipLow(Vector512<ExUInt128>, Vector512<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 Vector512<ExUInt128> YGroup2ZipLow(Vector512<ExUInt128> x, Vector512<ExUInt128> y)
Parameters
x
Vector512<ExUInt128>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector512<ExUInt128>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
Returns
- See Also