Vector::Multiply Operator (Vector, Double)

 

Multiplies 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 multiply.

scalar
Type: System::Double

The scalar to multiply.

Return Value

Type: System.Windows::Vector

The result of multiplying vector and scalar.

The following example shows how to use this operator (*) to multiply 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: