Table of Contents

Method WidenUpper

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

WidenUpper(Vector512<float>)

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

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

Parameters

source Vector512<float>

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

Returns

Vector512<double>

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

See Also

WidenUpper(Vector512<sbyte>)

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

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

Parameters

source Vector512<sbyte>

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

Returns

Vector512<short>

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

See Also

WidenUpper(Vector512<byte>)

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

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

Parameters

source Vector512<byte>

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

Returns

Vector512<ushort>

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

See Also

WidenUpper(Vector512<short>)

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

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

Parameters

source Vector512<short>

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

Returns

Vector512<int>

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

See Also

WidenUpper(Vector512<ushort>)

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

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

Parameters

source Vector512<ushort>

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

Returns

Vector512<uint>

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

See Also

WidenUpper(Vector512<int>)

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

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

Parameters

source Vector512<int>

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

Returns

Vector512<long>

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

See Also

WidenUpper(Vector512<uint>)

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

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

Parameters

source Vector512<uint>

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

Returns

Vector512<ulong>

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

See Also