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