Dela via


Vector4.Divide Method (Vector4, Vector4)

Divides the components of a vector by the components of another vector.

Syntax

'Declaration
Public Shared Function Divide ( _
         value1 As Vector4, _
         value2 As Vector4 _
) As Vector4 
public static Vector4 Divide (
         Vector4 value1,
         Vector4 value2
)
public:
static Vector4 Divide(
         Vector4 value1,
         Vector4 value2
)

Parameters

  • value1
    Type: Vector4
    Source vector.
  • value2
    Type: Vector4
    Divisor vector.

Return Value

Type: Vector4
The result of dividing the vectors.

Remarks

Division of a vector by another vector is not mathematically defined. This method simply divides each component of a by the matching component of b.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone