VectorMultiply Method (Double) |
Multiply this vector by a scale factor.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector Multiply(
double factor
)
Public Function Multiply (
factor As Double
) As Vector
public:
Vector^ Multiply(
double factor
)
member Multiply :
factor : float -> Vector
Parameters
- factor
- Type: SystemDouble
The factor to multiply.
Return Value
Type:
VectorA new vector representing the product of this vector and the scale factor.
See Also