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