Method WidenUpper
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
WidenUpper(Vector128<float>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<double> WidenUpper(Vector128<float> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<sbyte>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<short> WidenUpper(Vector128<sbyte> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<byte>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<ushort> WidenUpper(Vector128<byte> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<short>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<int> WidenUpper(Vector128<short> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<ushort>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<uint> WidenUpper(Vector128<ushort> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<int>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<long> WidenUpper(Vector128<int> source)
Parameters
Returns
- See Also
WidenUpper(Vector128<uint>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector128<ulong> WidenUpper(Vector128<uint> source)
Parameters
Returns
- See Also