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
要求反的向量。
返回
求反后的向量。