Click or drag to resize

PointD2DMultiply(Double, PointD2D) Operator

[Missing <summary> documentation for "M:Altaxo.Geometry.PointD2D.op_Multiply(System.Double,Altaxo.Geometry.PointD2D)"]


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

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Geometry.PointD2D.op_Multiply(System.Double,Altaxo.Geometry.PointD2D)"]

p  PointD2D

[Missing <param name="p"/> documentation for "M:Altaxo.Geometry.PointD2D.op_Multiply(System.Double,Altaxo.Geometry.PointD2D)"]

Return Value

PointD2D

[Missing <returns> documentation for "M:Altaxo.Geometry.PointD2D.op_Multiply(System.Double,Altaxo.Geometry.PointD2D)"]

See Also