Click or drag to resize

PointD2DMultiply(PointD2D, PointD2D) Operator

Multiplies two points component-wise.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointD2D operator *(
	PointD2D p,
	PointD2D q
)

Parameters

p  PointD2D
The first point.
q  PointD2D
The second point.

Return Value

PointD2D
The component-wise product.
See Also