Vector512<T>.UnaryPlus(Vector512<T>) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的向量未變更。
public:
static System::Runtime::Intrinsics::Vector512<T> operator +(System::Runtime::Intrinsics::Vector512<T> value);
public static System.Runtime.Intrinsics.Vector512<T> operator + (System.Runtime.Intrinsics.Vector512<T> value);
static member ( ~+ ) : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Shared Operator + (value As Vector512(Of T)) As Vector512(Of T)
參數
- value
- Vector512<T>
向量。
傳回
value
例外狀況
不支援向量 (T
) 的類型。