AdvSimd.Arm64.NegateSaturate(Vector128<Int64>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
int64x2_t vqnegq_s64 (int64x2_t a)
A64: SQNEG Vd.2D, Vn.2D
public:
static System::Runtime::Intrinsics::Vector128<long> NegateSaturate(System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<long> NegateSaturate (System.Runtime.Intrinsics.Vector128<long> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function NegateSaturate (value As Vector128(Of Long)) As Vector128(Of Long)