Lesa á ensku Breyta

Deila með


Vector64.Dot<T>(Vector64<T>, Vector64<T>) Method

Definition

Computes the dot product of two vectors.

public static T Dot<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
public static T Dot<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);

Type Parameters

T

The type of the elements in the vector.

Parameters

left
Vector64<T>

The vector that will be dotted with right.

right
Vector64<T>

The vector that will be dotted with left.

Returns

T

The dot product of left and right.

Exceptions

The type of left and right (T) is not supported.

Applies to

Vara Útgáfur
.NET 7, 8, 9