Table of Contents

Method WidenLower

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

WidenLower(Vector128<float>)

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

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

Parameters

source Vector128<float>

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

Returns

Vector128<double>

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

See Also

WidenLower(Vector128<sbyte>)

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

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

Parameters

source Vector128<sbyte>

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

Returns

Vector128<short>

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

See Also

WidenLower(Vector128<byte>)

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

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

Parameters

source Vector128<byte>

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

Returns

Vector128<ushort>

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

See Also

WidenLower(Vector128<short>)

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

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

Parameters

source Vector128<short>

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

Returns

Vector128<int>

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

See Also

WidenLower(Vector128<ushort>)

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

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

Parameters

source Vector128<ushort>

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

Returns

Vector128<uint>

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

See Also

WidenLower(Vector128<int>)

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

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

Parameters

source Vector128<int>

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

Returns

Vector128<long>

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

See Also

WidenLower(Vector128<uint>)

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

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

Parameters

source Vector128<uint>

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

Returns

Vector128<ulong>

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

See Also