Method CreateBy128Bits
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
CreateBy128Bits<T>(ExInt128)
Creates a Vector<T> whose components are of a specified 128-bits integer (创建一个 Vector<T>,其元素为指定的128位整数).
public static Vector<T> CreateBy128Bits<T>(ExInt128 src) where T : struct
Parameters
src
ExInt128Source value (源值).
Returns
Type Parameters
T
The vector element type (向量中的元素的类型).