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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.