VectorTMultiply(VectorT, VectorT) Operator |
public static T operator *( Vector<T> leftSide, Vector<T> rightSide )
Exception | Condition |
---|---|
ArgumentException | If leftSide and rightSide are not the same size. |
ArgumentNullException | If leftSide or rightSide is . |