VectorDivide Method (Double) |
Divide 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 Divide(
double factor
)
Public Function Divide (
factor As Double
) As Vector
public:
Vector^ Divide(
double factor
)
member Divide :
factor : float -> Vector
Parameters
- factor
- Type: SystemDouble
The factor to divide.
Return Value
Type:
VectorA new vector representing the division of this vector and the scale factor.
See Also