Intersoft ClientUI Documentation
Multiplication(Double,Vector) Operator



Multiply double and vector
Syntax
Overloads Public Operator *( _
   ByVal scalar As Double, _
   ByVal vector As Vector _
) As Vector

            
public Vector operator *( 
   double scalar,
   Vector vector
)
public:
Vector operator *( 
   double scalar,
   Vector vector
)

Parameters

scalar
vector

Return Value

Vector
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Vector Structure
Vector Members
Overload List

Send Feedback