Method ConvertToUInt64_ShiftVar
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
ConvertToUInt64_ShiftVar(Vector128<double>)
Convert to a vector whose elements are of type UInt64, rounding mode is truncate(round to zero) (转换为元素类型是UInt64的向量, 舍入模式为截断(舍入到零)).
Mnemonic: rt[i] := (UInt64)(value[i])
.
[CLSCompliant(false)]
public static Vector128<ulong> ConvertToUInt64_ShiftVar(Vector128<double> value)
Parameters
Returns
Remarks
Input range is [0, pow(2,64))
. Out of range results in 0
.
- See Also