'Declaration Public Overloads Shared Function Multiply( _
ByVal scalarThe scalar to multiply.As Double, _
ByVal vectorThe vector to multiply.As VintasoftVector3D _
) As VintasoftVector3D
public static VintasoftVector3D Multiply(
double scalar,
VintasoftVector3D vector
)
public: static VintasoftVector3D Multiply(
double scalar,
VintasoftVector3D vector
)
public:
static VintasoftVector3D Multiply(
double scalar,
VintasoftVector3D vector
)
Parameters
- scalar
- The scalar to multiply.
- vector
- The vector to multiply.
Return Value
The result of multiplying scalar and vector.