Method ConvertToInt64
- Namespace
 - Zyl.VectorTraits.Impl.AVector512
 
- Assembly
 - VectorTraits.dll
 
ConvertToInt64(Vector512<double>)
Convert to a vector whose elements are of type Int64, rounding mode is truncate(round to zero) (转换为元素类型是Int64的向量, 舍入模式为截断(舍入到零)).
Mnemonic: rt[i] := (Int64)(value[i]).
public virtual Vector512<long> ConvertToInt64(Vector512<double> value)
Parameters
Returns
- See Also