Vector::Division Operator (Vector, Double)

 

Divides the specified vector by the specified scalar and returns the resulting vector.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
static Vector operator /(
	Vector vector,
	double scalar
)

Parameters

vector
Type: System.Windows::Vector

The vector to divide.

scalar
Type: System::Double

The scalar by which vector will be divided.

Return Value

Type: System.Windows::Vector

The result of dividing vector by scalar.

The following example shows how to use this operator (/) to divide a Vector structure by a scalar.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: