Partilhar via


Vector4.Divide Method (Vector4, Vector4, Vector4)

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

Syntax

'Declaration
Public Shared Sub Divide ( _
         ref value1 As Vector4, _
         ref value2 As Vector4, _
         out result As Vector4 _
)
public static void Divide (
         ref Vector4 value1,
         ref Vector4 value2,
         out Vector4 result
)
public:
static void Divide(
         ref Vector4 value1,
         ref Vector4 value2,
         out Vector4 result
)

Parameters

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