Vector2.Negate(Vector2) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的向量變換正負號。
public:
static System::Numerics::Vector2 Negate(System::Numerics::Vector2 value);
public static System.Numerics.Vector2 Negate (System.Numerics.Vector2 value);
static member Negate : System.Numerics.Vector2 -> System.Numerics.Vector2
Public Shared Function Negate (value As Vector2) As Vector2
參數
- value
- Vector2
要變換正負號的向量。
傳回
已否定的向量。