Windows apps
Collapse the table of content
Expand the table of content

Vector<T>::Multiply Operator

Performs a multiplication operation on either one or two vectors.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public operator Static member Multiply(T, Vector<T>) Multiplies a vector by the given scalar.
Public operator Static member Multiply(Vector<T>, Vector<T>) Multiplies two vectors together.
Public operator Static member Multiply(Vector<T>, T) Multiplies a vector by a specified scalar value.
Top
Show:
© 2017 Microsoft