AdvSimd.Arm64.Negate 方法

定義

多載

Negate(Vector128<Int64>)

int64x2_t vnegq_s64 (int64x2_t a)

A64: NEG Vd.2D, Vn.2D

Negate(Vector128<Double>)

float64x2_t vnegq_f64 (float64x2_t a)

A64: FNEG Vd.2D, Vn.2D

Negate(Vector128<Int64>)

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

int64x2_t vnegq_s64 (int64x2_t a)

A64: NEG Vd.2D, Vn.2D

public static System.Runtime.Intrinsics.Vector128<long> Negate (System.Runtime.Intrinsics.Vector128<long> value);

參數

value
Vector128<Int64>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9

Negate(Vector128<Double>)

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

float64x2_t vnegq_f64 (float64x2_t a)

A64: FNEG Vd.2D, Vn.2D

public static System.Runtime.Intrinsics.Vector128<double> Negate (System.Runtime.Intrinsics.Vector128<double> value);

參數

value
Vector128<Double>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9