Vector4.UnaryNegation(Vector4) Operador
Definição
Nega o vetor especificado.Negates the specified vector.
public:
static System::Numerics::Vector4 operator -(System::Numerics::Vector4 value);
public static System.Numerics.Vector4 operator - (System.Numerics.Vector4 value);
static member ( ~- ) : System.Numerics.Vector4 -> System.Numerics.Vector4
Public Shared Operator - (value As Vector4) As Vector4
Parâmetros
- value
- Vector4
O vetor a ser negado.The vector to negate.
Retornos
O vetor negado.The negated vector.
Comentários
O UnaryNegation método define a operação de negação unário para Vector4 objetos.The UnaryNegation method defines the unary negation operation for Vector4 objects.