Table of Contents

Method YGroup2TransposeEven

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2TransposeEven(Vector<float>, Vector<float>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<float> YGroup2TransposeEven(Vector<float> data0, Vector<float> data1)

Parameters

data0 Vector<float>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<float>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<float>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<double>, Vector<double>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<double> YGroup2TransposeEven(Vector<double> data0, Vector<double> data1)

Parameters

data0 Vector<double>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<double>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<double>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<sbyte>, Vector<sbyte>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

[CLSCompliant(false)]
public static Vector<sbyte> YGroup2TransposeEven(Vector<sbyte> data0, Vector<sbyte> data1)

Parameters

data0 Vector<sbyte>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<sbyte>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<sbyte>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<byte>, Vector<byte>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<byte> YGroup2TransposeEven(Vector<byte> data0, Vector<byte> data1)

Parameters

data0 Vector<byte>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<byte>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<byte>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<short>, Vector<short>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<short> YGroup2TransposeEven(Vector<short> data0, Vector<short> data1)

Parameters

data0 Vector<short>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<short>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<short>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<ushort>, Vector<ushort>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

[CLSCompliant(false)]
public static Vector<ushort> YGroup2TransposeEven(Vector<ushort> data0, Vector<ushort> data1)

Parameters

data0 Vector<ushort>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<ushort>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<ushort>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<int>, Vector<int>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<int> YGroup2TransposeEven(Vector<int> data0, Vector<int> data1)

Parameters

data0 Vector<int>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<int>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<int>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<uint>, Vector<uint>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

[CLSCompliant(false)]
public static Vector<uint> YGroup2TransposeEven(Vector<uint> data0, Vector<uint> data1)

Parameters

data0 Vector<uint>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<uint>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<uint>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<long>, Vector<long>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

public static Vector<long> YGroup2TransposeEven(Vector<long> data0, Vector<long> data1)

Parameters

data0 Vector<long>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<long>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<long>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also

YGroup2TransposeEven(Vector<ulong>, Vector<ulong>)

Transpose a 22 matrix and return a data in even positions (对22矩阵进行转置, 并返回偶数位置的数据). Mnemonic: rt[i] =: (0==(i&1))?( x[i&~1] ):( y[i&~1] ).

[CLSCompliant(false)]
public static Vector<ulong> YGroup2TransposeEven(Vector<ulong> data0, Vector<ulong> data1)

Parameters

data0 Vector<ulong>

Part 0 of the vector data (向量数据的第0部分).

data1 Vector<ulong>

Part 1 of the vector data (向量数据的第1部分).

Returns

Vector<ulong>

Returns part 0 of the transposed data (返回转置后数据的第0部分).

See Also