PointD2DMultiply(PointD2D, PointD2D) Operator |
Multiplies two points component-wise.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD2D operator *(
PointD2D p,
PointD2D q
)
Parameters
- p PointD2D
- The first point.
- q PointD2D
- The second point.
Return Value
PointD2DThe component-wise product.
See Also