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

Vector4::Multiply Operator

Performs a multiplication operation on a vector.

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(Single, Vector4) Multiples the scalar value by the specified vector.
Public operator Static member Multiply(Vector4, Vector4) Multiplies two vectors together.
Public operator Static member Multiply(Vector4, Single) Multiples the specified vector by the specified scalar value.
Top
Show:
© 2017 Microsoft