PointD2DMultiply(PointD2D, Double) Operator |
Multiplies a point by a scalar.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD2D operator *(
PointD2D p,
double s
)
Parameters
- p PointD2D
- The point.
- s Double
- The scalar factor.
Return Value
PointD2DThe scaled point.
See Also