Method YGroup3UnzipX2
- Namespace
- Zyl.VectorTraits.Impl.AVector
- Assembly
- VectorTraits.dll
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<float> YGroup3UnzipX2(Vector<float> data0, Vector<float> data1, Vector<float> data2, Vector<float> data3, Vector<float> data4, Vector<float> data5, out Vector<float> xB, out Vector<float> y, out Vector<float> yB, out Vector<float> z, out Vector<float> zB)
Parameters
data0Vector<float>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<float>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<float>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<float>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<float>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<float>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<float>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<float>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<float>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<float>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<float>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<double> YGroup3UnzipX2(Vector<double> data0, Vector<double> data1, Vector<double> data2, Vector<double> data3, Vector<double> data4, Vector<double> data5, out Vector<double> xB, out Vector<double> y, out Vector<double> yB, out Vector<double> z, out Vector<double> zB)
Parameters
data0Vector<double>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<double>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<double>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<double>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<double>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<double>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<double>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<double>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<double>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<double>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<double>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
[CLSCompliant(false)]
public virtual Vector<sbyte> YGroup3UnzipX2(Vector<sbyte> data0, Vector<sbyte> data1, Vector<sbyte> data2, Vector<sbyte> data3, Vector<sbyte> data4, Vector<sbyte> data5, out Vector<sbyte> xB, out Vector<sbyte> y, out Vector<sbyte> yB, out Vector<sbyte> z, out Vector<sbyte> zB)
Parameters
data0Vector<sbyte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<sbyte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<sbyte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<sbyte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<sbyte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<sbyte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<sbyte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<sbyte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<sbyte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<sbyte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<sbyte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<byte> YGroup3UnzipX2(Vector<byte> data0, Vector<byte> data1, Vector<byte> data2, Vector<byte> data3, Vector<byte> data4, Vector<byte> data5, out Vector<byte> xB, out Vector<byte> y, out Vector<byte> yB, out Vector<byte> z, out Vector<byte> zB)
Parameters
data0Vector<byte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<byte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<byte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<byte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<byte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<byte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<byte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<byte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<byte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<byte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<byte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<short> YGroup3UnzipX2(Vector<short> data0, Vector<short> data1, Vector<short> data2, Vector<short> data3, Vector<short> data4, Vector<short> data5, out Vector<short> xB, out Vector<short> y, out Vector<short> yB, out Vector<short> z, out Vector<short> zB)
Parameters
data0Vector<short>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<short>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<short>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<short>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<short>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<short>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<short>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<short>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<short>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<short>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<short>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
[CLSCompliant(false)]
public virtual Vector<ushort> YGroup3UnzipX2(Vector<ushort> data0, Vector<ushort> data1, Vector<ushort> data2, Vector<ushort> data3, Vector<ushort> data4, Vector<ushort> data5, out Vector<ushort> xB, out Vector<ushort> y, out Vector<ushort> yB, out Vector<ushort> z, out Vector<ushort> zB)
Parameters
data0Vector<ushort>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<ushort>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<ushort>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<ushort>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<ushort>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<ushort>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<ushort>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<ushort>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<ushort>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<ushort>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<ushort>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<int> YGroup3UnzipX2(Vector<int> data0, Vector<int> data1, Vector<int> data2, Vector<int> data3, Vector<int> data4, Vector<int> data5, out Vector<int> xB, out Vector<int> y, out Vector<int> yB, out Vector<int> z, out Vector<int> zB)
Parameters
data0Vector<int>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<int>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<int>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<int>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<int>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<int>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<int>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<int>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<int>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<int>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<int>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
[CLSCompliant(false)]
public virtual Vector<uint> YGroup3UnzipX2(Vector<uint> data0, Vector<uint> data1, Vector<uint> data2, Vector<uint> data3, Vector<uint> data4, Vector<uint> data5, out Vector<uint> xB, out Vector<uint> y, out Vector<uint> yB, out Vector<uint> z, out Vector<uint> zB)
Parameters
data0Vector<uint>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<uint>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<uint>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<uint>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<uint>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<uint>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<uint>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<uint>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<uint>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<uint>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<uint>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
public virtual Vector<long> YGroup3UnzipX2(Vector<long> data0, Vector<long> data1, Vector<long> data2, Vector<long> data3, Vector<long> data4, Vector<long> data5, out Vector<long> xB, out Vector<long> y, out Vector<long> yB, out Vector<long> z, out Vector<long> zB)
Parameters
data0Vector<long>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<long>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<long>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<long>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<long>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<long>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<long>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<long>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<long>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<long>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<long>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
[CLSCompliant(false)]
public virtual Vector<ulong> YGroup3UnzipX2(Vector<ulong> data0, Vector<ulong> data1, Vector<ulong> data2, Vector<ulong> data3, Vector<ulong> data4, Vector<ulong> data5, out Vector<ulong> xB, out Vector<ulong> y, out Vector<ulong> yB, out Vector<ulong> z, out Vector<ulong> zB)
Parameters
data0Vector<ulong>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector<ulong>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector<ulong>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector<ulong>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector<ulong>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector<ulong>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector<ulong>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector<ulong>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector<ulong>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector<ulong>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector<ulong>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also