Method ConvertToInt64_ShiftVarFix
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
ConvertToInt64_ShiftVarFix(Vector128<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 Vector128<long> ConvertToInt64_ShiftVarFix(Vector128<double> value)
Parameters
Returns
Remarks
Input range is all number. Out of range results is -pow(2,63)
.
- See Also