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