Vector4.Multiply Method (Microsoft.Xna.Framework)

Multiplies the components of two vectors by each other.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Vector4 Multiply(
	Vector4 value1, 
	Vector4 value2
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

value1
Type: Microsoft.Xna.Framework.Vector4
Source Vector4 on the left of the mul sign.
value2
Type: Microsoft.Xna.Framework.Vector4
Source Vector4 on the right of the mul sign.

Return Value

Type: Microsoft.Xna.Framework.Vector4
Result of the vector multiplication.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web