Table of Contents

Method YGroup2TransposeOdd

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2TransposeOdd(Vector128<float>, Vector128<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 Vector128<float> YGroup2TransposeOdd(Vector128<float> data0, Vector128<float> data1)

Parameters

data0 Vector128<float>

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

data1 Vector128<float>

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

Returns

Vector128<float>

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

See Also

YGroup2TransposeOdd(Vector128<double>, Vector128<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 Vector128<double> YGroup2TransposeOdd(Vector128<double> data0, Vector128<double> data1)

Parameters

data0 Vector128<double>

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

data1 Vector128<double>

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

Returns

Vector128<double>

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

See Also

YGroup2TransposeOdd(Vector128<sbyte>, Vector128<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 Vector128<sbyte> YGroup2TransposeOdd(Vector128<sbyte> data0, Vector128<sbyte> data1)

Parameters

data0 Vector128<sbyte>

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

data1 Vector128<sbyte>

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

Returns

Vector128<sbyte>

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

See Also

YGroup2TransposeOdd(Vector128<byte>, Vector128<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 Vector128<byte> YGroup2TransposeOdd(Vector128<byte> data0, Vector128<byte> data1)

Parameters

data0 Vector128<byte>

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

data1 Vector128<byte>

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

Returns

Vector128<byte>

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

See Also

YGroup2TransposeOdd(Vector128<short>, Vector128<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 Vector128<short> YGroup2TransposeOdd(Vector128<short> data0, Vector128<short> data1)

Parameters

data0 Vector128<short>

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

data1 Vector128<short>

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

Returns

Vector128<short>

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

See Also

YGroup2TransposeOdd(Vector128<ushort>, Vector128<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 Vector128<ushort> YGroup2TransposeOdd(Vector128<ushort> data0, Vector128<ushort> data1)

Parameters

data0 Vector128<ushort>

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

data1 Vector128<ushort>

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

Returns

Vector128<ushort>

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

See Also

YGroup2TransposeOdd(Vector128<int>, Vector128<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 Vector128<int> YGroup2TransposeOdd(Vector128<int> data0, Vector128<int> data1)

Parameters

data0 Vector128<int>

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

data1 Vector128<int>

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

Returns

Vector128<int>

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

See Also

YGroup2TransposeOdd(Vector128<uint>, Vector128<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 Vector128<uint> YGroup2TransposeOdd(Vector128<uint> data0, Vector128<uint> data1)

Parameters

data0 Vector128<uint>

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

data1 Vector128<uint>

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

Returns

Vector128<uint>

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

See Also

YGroup2TransposeOdd(Vector128<long>, Vector128<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 Vector128<long> YGroup2TransposeOdd(Vector128<long> data0, Vector128<long> data1)

Parameters

data0 Vector128<long>

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

data1 Vector128<long>

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

Returns

Vector128<long>

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

See Also

YGroup2TransposeOdd(Vector128<ulong>, Vector128<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 Vector128<ulong> YGroup2TransposeOdd(Vector128<ulong> data0, Vector128<ulong> data1)

Parameters

data0 Vector128<ulong>

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

data1 Vector128<ulong>

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

Returns

Vector128<ulong>

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

See Also