Vector<T>.UnaryPlus(Vector<T>) Оператор

Определение

Возвращает заданный вектор без изменений.

public:
 static System::Numerics::Vector<T> operator +(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<T> operator + (System.Numerics.Vector<T> value);
static member ( ~+ ) : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Operator + (value As Vector(Of T)) As Vector(Of T)

Параметры

value
Vector<T>

Вектор.

Возвращаемое значение

value

Исключения

Тип вектора (T) не поддерживается.

Применяется к