Table of Contents

Method Shuffle_Core

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

Shuffle_Core(Vector<float>, (Vector<int> args0, Vector<int> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<float> Shuffle_Core(Vector<float> vector, (Vector<int> args0, Vector<int> args1) args)

Parameters

vector Vector<float>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<int> Lower, Vector<int> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<float>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<double>, (Vector<long> args0, Vector<long> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<double> Shuffle_Core(Vector<double> vector, (Vector<long> args0, Vector<long> args1) args)

Parameters

vector Vector<double>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<long> Lower, Vector<long> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<double>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<sbyte>, (Vector<sbyte> args0, Vector<sbyte> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<sbyte> Shuffle_Core(Vector<sbyte> vector, (Vector<sbyte> args0, Vector<sbyte> args1) args)

Parameters

vector Vector<sbyte>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<sbyte> args0, Vector<sbyte> args1)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<sbyte>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<byte>, (Vector<byte> args0, Vector<byte> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<byte> Shuffle_Core(Vector<byte> vector, (Vector<byte> args0, Vector<byte> args1) args)

Parameters

vector Vector<byte>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<byte> args0, Vector<byte> args1)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<byte>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<short>, (Vector<short> args0, Vector<short> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<short> Shuffle_Core(Vector<short> vector, (Vector<short> args0, Vector<short> args1) args)

Parameters

vector Vector<short>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<short> Lower, Vector<short> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<short>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<ushort>, (Vector<ushort> args0, Vector<ushort> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<ushort> Shuffle_Core(Vector<ushort> vector, (Vector<ushort> args0, Vector<ushort> args1) args)

Parameters

vector Vector<ushort>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<ushort> Lower, Vector<ushort> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<ushort>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<int>, (Vector<int> args0, Vector<int> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<int> Shuffle_Core(Vector<int> vector, (Vector<int> args0, Vector<int> args1) args)

Parameters

vector Vector<int>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<int> Lower, Vector<int> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<int>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<uint>, (Vector<uint> args0, Vector<uint> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<uint> Shuffle_Core(Vector<uint> vector, (Vector<uint> args0, Vector<uint> args1) args)

Parameters

vector Vector<uint>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<uint> Lower, Vector<uint> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<uint>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<long>, (Vector<long> args0, Vector<long> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<long> Shuffle_Core(Vector<long> vector, (Vector<long> args0, Vector<long> args1) args)

Parameters

vector Vector<long>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<long> Lower, Vector<long> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<long>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<ulong>, (Vector<ulong> args0, Vector<ulong> args1))

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<ulong> Shuffle_Core(Vector<ulong> vector, (Vector<ulong> args0, Vector<ulong> args1) args)

Parameters

vector Vector<ulong>

The input vector from which values are selected (从中选择值的输入向量).

args (Vector<ulong> Lower, Vector<ulong> Upper)

The arguments(参数). Derived from Shuffle_Args .

Returns

Vector<ulong>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<float>, Vector<int>, Vector<int>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<float> Shuffle_Core(Vector<float> vector, Vector<int> args0, Vector<int> args1)

Parameters

vector Vector<float>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<int>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<int>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<float>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<double>, Vector<long>, Vector<long>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<double> Shuffle_Core(Vector<double> vector, Vector<long> args0, Vector<long> args1)

Parameters

vector Vector<double>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<long>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<long>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<double>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<sbyte>, Vector<sbyte>, Vector<sbyte>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<sbyte> Shuffle_Core(Vector<sbyte> vector, Vector<sbyte> args0, Vector<sbyte> args1)

Parameters

vector Vector<sbyte>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<sbyte>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<sbyte>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<sbyte>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<byte>, Vector<byte>, Vector<byte>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<byte> Shuffle_Core(Vector<byte> vector, Vector<byte> args0, Vector<byte> args1)

Parameters

vector Vector<byte>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<byte>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<byte>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<byte>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<short>, Vector<short>, Vector<short>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<short> Shuffle_Core(Vector<short> vector, Vector<short> args0, Vector<short> args1)

Parameters

vector Vector<short>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<short>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<short>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<short>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<ushort>, Vector<ushort>, Vector<ushort>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<ushort> Shuffle_Core(Vector<ushort> vector, Vector<ushort> args0, Vector<ushort> args1)

Parameters

vector Vector<ushort>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<ushort>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<ushort>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<ushort>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<int>, Vector<int>, Vector<int>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<int> Shuffle_Core(Vector<int> vector, Vector<int> args0, Vector<int> args1)

Parameters

vector Vector<int>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<int>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<int>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<int>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<uint>, Vector<uint>, Vector<uint>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<uint> Shuffle_Core(Vector<uint> vector, Vector<uint> args0, Vector<uint> args1)

Parameters

vector Vector<uint>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<uint>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<uint>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<uint>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<long>, Vector<long>, Vector<long>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

public static Vector<long> Shuffle_Core(Vector<long> vector, Vector<long> args0, Vector<long> args1)

Parameters

vector Vector<long>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<long>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<long>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<long>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also

Shuffle_Core(Vector<ulong>, Vector<ulong>, Vector<ulong>)

Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.

[CLSCompliant(false)]
public static Vector<ulong> Shuffle_Core(Vector<ulong> vector, Vector<ulong> args0, Vector<ulong> args1)

Parameters

vector Vector<ulong>

The input vector from which values are selected (从中选择值的输入向量).

args0 Vector<ulong>

Arguments 0 (参数0). Derived from Shuffle_Args .

args1 Vector<ulong>

Arguments 1 (参数1). Derived from Shuffle_Args .

Returns

Vector<ulong>

A new vector containing the values from vector selected by the given indices (一个新向量,其中包含给定 indicesvector 中选择的值).

See Also