Table of Contents

Method YGroup2TransposeOdd

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2TransposeOdd(Vector<float>, Vector<float>)

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

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

Parameters

data0 Vector<float>

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

data1 Vector<float>

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

Returns

Vector<float>

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

See Also

YGroup2TransposeOdd(Vector<double>, Vector<double>)

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

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

Parameters

data0 Vector<double>

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

data1 Vector<double>

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

Returns

Vector<double>

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

See Also

YGroup2TransposeOdd(Vector<sbyte>, Vector<sbyte>)

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

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

Parameters

data0 Vector<sbyte>

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

data1 Vector<sbyte>

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

Returns

Vector<sbyte>

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

See Also

YGroup2TransposeOdd(Vector<byte>, Vector<byte>)

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

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

Parameters

data0 Vector<byte>

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

data1 Vector<byte>

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

Returns

Vector<byte>

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

See Also

YGroup2TransposeOdd(Vector<short>, Vector<short>)

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

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

Parameters

data0 Vector<short>

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

data1 Vector<short>

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

Returns

Vector<short>

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

See Also

YGroup2TransposeOdd(Vector<ushort>, Vector<ushort>)

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

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

Parameters

data0 Vector<ushort>

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

data1 Vector<ushort>

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

Returns

Vector<ushort>

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

See Also

YGroup2TransposeOdd(Vector<int>, Vector<int>)

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

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

Parameters

data0 Vector<int>

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

data1 Vector<int>

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

Returns

Vector<int>

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

See Also

YGroup2TransposeOdd(Vector<uint>, Vector<uint>)

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

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

Parameters

data0 Vector<uint>

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

data1 Vector<uint>

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

Returns

Vector<uint>

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

See Also

YGroup2TransposeOdd(Vector<long>, Vector<long>)

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

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

Parameters

data0 Vector<long>

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

data1 Vector<long>

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

Returns

Vector<long>

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

See Also

YGroup2TransposeOdd(Vector<ulong>, Vector<ulong>)

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

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

Parameters

data0 Vector<ulong>

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

data1 Vector<ulong>

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

Returns

Vector<ulong>

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

See Also