Method ConvertToInt64
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ConvertToInt64(Vector256<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 static Vector256<long> ConvertToInt64(Vector256<double> value)
Parameters
Returns
- See Also