Table of Contents

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 static 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

data0 Vector<float>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<float>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<float>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<float>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<float>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<float>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<float>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<float>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<float>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<float>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<float>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<float>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<double>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<double>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<double>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<double>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<double>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<double>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<double>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<double>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<double>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<double>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<double>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<double>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<sbyte>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<sbyte>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<sbyte>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<sbyte>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<sbyte>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<sbyte>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<sbyte>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<sbyte>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<sbyte>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<sbyte>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<sbyte>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<sbyte>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<byte>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<byte>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<byte>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<byte>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<byte>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<byte>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<byte>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<byte>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<byte>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<byte>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<byte>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<byte>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<short>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<short>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<short>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<short>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<short>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<short>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<short>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<short>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<short>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<short>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<short>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<short>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<ushort>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<ushort>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<ushort>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<ushort>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<ushort>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<ushort>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<ushort>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<ushort>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<ushort>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<ushort>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<ushort>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<ushort>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<int>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<int>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<int>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<int>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<int>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<int>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<int>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<int>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<int>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<int>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<int>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<int>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<uint>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<uint>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<uint>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<uint>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<uint>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<uint>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<uint>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<uint>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<uint>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<uint>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<uint>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<uint>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<long>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<long>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<long>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<long>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<long>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<long>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<long>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<long>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<long>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<long>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<long>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<long>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

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 static 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

data0 Vector<ulong>

A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).

data1 Vector<ulong>

A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).

data2 Vector<ulong>

A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).

data3 Vector<ulong>

A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).

data4 Vector<ulong>

A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).

data5 Vector<ulong>

A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).

xB Vector<ulong>

Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).

y Vector<ulong>

Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).

yB Vector<ulong>

Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).

z Vector<ulong>

Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).

zB Vector<ulong>

Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).

Returns

Vector<ulong>

Returns the vector made of the X-components - Part 0 (返回X分量所组成的向量 - 第0部分).

See Also