Method YGroup3ZipX2
- Namespace
- Zyl.VectorTraits.Impl.AVector
- Assembly
- VectorTraits.dll
YGroup3ZipX2(Vector<float>, Vector<float>, Vector<float>, Vector<float>, Vector<float>, Vector<float>, out Vector<float>, out Vector<float>, out Vector<float>, out Vector<float>, out Vector<float>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<float> YGroup3ZipX2(Vector<float> x, Vector<float> xB, Vector<float> y, Vector<float> yB, Vector<float> z, Vector<float> zB, out Vector<float> data1, out Vector<float> data2, out Vector<float> data3, out Vector<float> data4, out Vector<float> data5)
Parameters
x
Vector<float>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<float>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<float>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<float>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<float>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<float>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<float>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<float>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<float>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<float>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<float>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<double>, Vector<double>, Vector<double>, Vector<double>, Vector<double>, Vector<double>, out Vector<double>, out Vector<double>, out Vector<double>, out Vector<double>, out Vector<double>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<double> YGroup3ZipX2(Vector<double> x, Vector<double> xB, Vector<double> y, Vector<double> yB, Vector<double> z, Vector<double> zB, out Vector<double> data1, out Vector<double> data2, out Vector<double> data3, out Vector<double> data4, out Vector<double> data5)
Parameters
x
Vector<double>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<double>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<double>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<double>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<double>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<double>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<double>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<double>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<double>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<double>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<double>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, out Vector<sbyte>, out Vector<sbyte>, out Vector<sbyte>, out Vector<sbyte>, out Vector<sbyte>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
[CLSCompliant(false)]
public override Vector<sbyte> YGroup3ZipX2(Vector<sbyte> x, Vector<sbyte> xB, Vector<sbyte> y, Vector<sbyte> yB, Vector<sbyte> z, Vector<sbyte> zB, out Vector<sbyte> data1, out Vector<sbyte> data2, out Vector<sbyte> data3, out Vector<sbyte> data4, out Vector<sbyte> data5)
Parameters
x
Vector<sbyte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<sbyte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<sbyte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<sbyte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<sbyte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<sbyte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<sbyte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<sbyte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<sbyte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<sbyte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<sbyte>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>, out Vector<byte>, out Vector<byte>, out Vector<byte>, out Vector<byte>, out Vector<byte>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<byte> YGroup3ZipX2(Vector<byte> x, Vector<byte> xB, Vector<byte> y, Vector<byte> yB, Vector<byte> z, Vector<byte> zB, out Vector<byte> data1, out Vector<byte> data2, out Vector<byte> data3, out Vector<byte> data4, out Vector<byte> data5)
Parameters
x
Vector<byte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<byte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<byte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<byte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<byte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<byte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<byte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<byte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<byte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<byte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<byte>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<short>, Vector<short>, Vector<short>, Vector<short>, Vector<short>, Vector<short>, out Vector<short>, out Vector<short>, out Vector<short>, out Vector<short>, out Vector<short>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<short> YGroup3ZipX2(Vector<short> x, Vector<short> xB, Vector<short> y, Vector<short> yB, Vector<short> z, Vector<short> zB, out Vector<short> data1, out Vector<short> data2, out Vector<short> data3, out Vector<short> data4, out Vector<short> data5)
Parameters
x
Vector<short>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<short>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<short>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<short>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<short>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<short>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<short>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<short>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<short>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<short>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<short>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>, out Vector<ushort>, out Vector<ushort>, out Vector<ushort>, out Vector<ushort>, out Vector<ushort>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
[CLSCompliant(false)]
public override Vector<ushort> YGroup3ZipX2(Vector<ushort> x, Vector<ushort> xB, Vector<ushort> y, Vector<ushort> yB, Vector<ushort> z, Vector<ushort> zB, out Vector<ushort> data1, out Vector<ushort> data2, out Vector<ushort> data3, out Vector<ushort> data4, out Vector<ushort> data5)
Parameters
x
Vector<ushort>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<ushort>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<ushort>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<ushort>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<ushort>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<ushort>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<ushort>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<ushort>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<ushort>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<ushort>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<ushort>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<int>, Vector<int>, Vector<int>, Vector<int>, Vector<int>, Vector<int>, out Vector<int>, out Vector<int>, out Vector<int>, out Vector<int>, out Vector<int>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<int> YGroup3ZipX2(Vector<int> x, Vector<int> xB, Vector<int> y, Vector<int> yB, Vector<int> z, Vector<int> zB, out Vector<int> data1, out Vector<int> data2, out Vector<int> data3, out Vector<int> data4, out Vector<int> data5)
Parameters
x
Vector<int>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<int>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<int>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<int>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<int>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<int>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<int>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<int>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<int>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<int>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<int>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>, out Vector<uint>, out Vector<uint>, out Vector<uint>, out Vector<uint>, out Vector<uint>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
[CLSCompliant(false)]
public override Vector<uint> YGroup3ZipX2(Vector<uint> x, Vector<uint> xB, Vector<uint> y, Vector<uint> yB, Vector<uint> z, Vector<uint> zB, out Vector<uint> data1, out Vector<uint> data2, out Vector<uint> data3, out Vector<uint> data4, out Vector<uint> data5)
Parameters
x
Vector<uint>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<uint>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<uint>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<uint>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<uint>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<uint>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<uint>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<uint>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<uint>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<uint>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<uint>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<long>, Vector<long>, Vector<long>, Vector<long>, Vector<long>, Vector<long>, out Vector<long>, out Vector<long>, out Vector<long>, out Vector<long>, out Vector<long>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
public override Vector<long> YGroup3ZipX2(Vector<long> x, Vector<long> xB, Vector<long> y, Vector<long> yB, Vector<long> z, Vector<long> zB, out Vector<long> data1, out Vector<long> data2, out Vector<long> data3, out Vector<long> data4, out Vector<long> data5)
Parameters
x
Vector<long>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<long>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<long>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<long>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<long>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<long>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<long>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<long>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<long>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<long>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<long>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>, out Vector<ulong>, out Vector<ulong>, out Vector<ulong>, out Vector<ulong>, out Vector<ulong>)
Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据).
Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z)
, (data3, data4, data5) = YGroup3Zip(xB, yB, zB)
.
[CLSCompliant(false)]
public override Vector<ulong> YGroup3ZipX2(Vector<ulong> x, Vector<ulong> xB, Vector<ulong> y, Vector<ulong> yB, Vector<ulong> z, Vector<ulong> zB, out Vector<ulong> data1, out Vector<ulong> data2, out Vector<ulong> data3, out Vector<ulong> data4, out Vector<ulong> data5)
Parameters
x
Vector<ulong>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector<ulong>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector<ulong>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector<ulong>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector<ulong>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector<ulong>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector<ulong>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector<ulong>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector<ulong>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector<ulong>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector<ulong>Returns part 5 of the interleaved data (返回交织后数据的第5部分).