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