Method YGroup3ZipX2
- Namespace
- Zyl.VectorTraits.Impl
- 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).
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
xVector<float>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<float>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<float>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<float>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<float>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<float>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<float>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<float>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<float>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<float>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<double>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<double>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<double>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<double>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<double>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<double>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<double>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<double>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<double>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<double>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<sbyte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<sbyte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<sbyte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<sbyte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<sbyte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<sbyte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<sbyte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<sbyte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<sbyte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<sbyte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<byte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<byte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<byte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<byte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<byte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<byte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<byte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<byte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<byte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<byte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<short>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<short>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<short>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<short>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<short>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<short>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<short>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<short>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<short>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<short>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<ushort>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<ushort>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<ushort>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<ushort>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<ushort>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<ushort>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<ushort>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<ushort>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<ushort>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<ushort>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<int>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<int>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<int>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<int>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<int>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<int>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<int>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<int>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<int>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<int>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<uint>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<uint>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<uint>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<uint>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<uint>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<uint>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<uint>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<uint>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<uint>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<uint>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<long>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<long>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<long>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<long>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<long>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<long>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<long>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<long>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<long>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<long>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<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).
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
xVector<ulong>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xBVector<ulong>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
yVector<ulong>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yBVector<ulong>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
zVector<ulong>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zBVector<ulong>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1Vector<ulong>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2Vector<ulong>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3Vector<ulong>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4Vector<ulong>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5Vector<ulong>Returns part 5 of the interleaved data (返回交织后数据的第5部分).