Avx10v1.X64.ConvertToUInt64WithTruncation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ConvertToUInt64WithTruncation(Vector128<Double>) | |
ConvertToUInt64WithTruncation(Vector128<Single>) |
ConvertToUInt64WithTruncation(Vector128<Double>)
public:
static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Double)) As ULong
参数
返回
适用于
ConvertToUInt64WithTruncation(Vector128<Single>)
public:
static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Single)) As ULong