AdvSimd.Arm64.ConvertToDoubleUpper(Vector128<Single>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
float64x2_t vcvt_high_f64_f32 (float32x4_t a)
A64: FCVTL2 Vd.2D, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<double> ConvertToDoubleUpper(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<double> ConvertToDoubleUpper (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToDoubleUpper : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function ConvertToDoubleUpper (value As Vector128(Of Single)) As Vector128(Of Double)
Parameters
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.