Method ConvertToInt32
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ConvertToInt32(Vector512<float>)
Convert to a vector whose elements are of type Int32 (转换为元素类型是Int32的向量)..
Mnemonic: rt[i] := (Int32)(value[i])
.
public static Vector512<int> ConvertToInt32(Vector512<float> value)
Parameters
Returns
- See Also