Click or drag to resize

PointD2DMultiply(PointD2D, Double) Operator

Multiplies a point by a scalar.

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,
	double s
)

Parameters

p  PointD2D
The point.
s  Double
The scalar factor.

Return Value

PointD2D
The scaled point.
See Also