Прочетете на английски Редактиране

Споделяне чрез


Vector64<T>.UnaryNegation(Vector64<T>) Operator

Definition

Computes the unary negation of a vector.

C#
public static System.Runtime.Intrinsics.Vector64<T> operator -(System.Runtime.Intrinsics.Vector64<T> vector);

Parameters

vector
Vector64<T>

The vector to negate.

Returns

A vector whose elements are the unary negation of the corresponding elements in vector.

Exceptions

The type of the vector (T) is not supported.

Applies to

Продукт Версии
.NET 7, 8, 9, 10