Table of Contents

Method WidenUpper

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

WidenUpper(Vector256<float>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<double> WidenUpper(Vector256<float> source)

Parameters

source Vector256<float>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<double>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<sbyte>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<short> WidenUpper(Vector256<sbyte> source)

Parameters

source Vector256<sbyte>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<short>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<byte>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<ushort> WidenUpper(Vector256<byte> source)

Parameters

source Vector256<byte>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<ushort>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<short>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<int> WidenUpper(Vector256<short> source)

Parameters

source Vector256<short>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<int>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<ushort>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<uint> WidenUpper(Vector256<ushort> source)

Parameters

source Vector256<ushort>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<uint>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<int>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<long> WidenUpper(Vector256<int> source)

Parameters

source Vector256<int>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<long>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also

WidenUpper(Vector256<uint>)

Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

Vector256<ulong> WidenUpper(Vector256<uint> source)

Parameters

source Vector256<uint>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector256<ulong>

A vector that contain the widened upper half of source (包含 source的扩宽高半部分 的向量).

See Also