Condividi tramite


Vector512.Dot<T>(Vector512<T>, Vector512<T>) Metodo

Definizione

Calcola il prodotto punto di due vettori.

public:
generic <typename T>
 static T Dot(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static T Dot<T> (System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member Dot : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> 'T
Public Function Dot(Of T) (left As Vector512(Of T), right As Vector512(Of T)) As T

Parametri di tipo

T

Tipo degli elementi nel vettore.

Parametri

left
Vector512<T>

Vettore che verrà punteggiato con right.

right
Vector512<T>

Vettore che verrà punteggiato con left.

Restituisce

T

Prodotto scalare di left e right.

Eccezioni

Il tipo di left e right (T) non è supportato.

Si applica a