Table of Contents

Method WidenLower

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

WidenLower(Vector512<float>)

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

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

Parameters

source Vector512<float>

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

Returns

Vector512<double>

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

See Also

WidenLower(Vector512<sbyte>)

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

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

Parameters

source Vector512<sbyte>

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

Returns

Vector512<short>

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

See Also

WidenLower(Vector512<byte>)

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

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

Parameters

source Vector512<byte>

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

Returns

Vector512<ushort>

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

See Also

WidenLower(Vector512<short>)

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

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

Parameters

source Vector512<short>

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

Returns

Vector512<int>

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

See Also

WidenLower(Vector512<ushort>)

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

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

Parameters

source Vector512<ushort>

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

Returns

Vector512<uint>

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

See Also

WidenLower(Vector512<int>)

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

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

Parameters

source Vector512<int>

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

Returns

Vector512<long>

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

See Also

WidenLower(Vector512<uint>)

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

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

Parameters

source Vector512<uint>

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

Returns

Vector512<ulong>

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

See Also