surcharge * operator

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public static Point2D operator *(
	Point2D self,
	float f
)
Visual Basic (Declaration)
Public Shared Operator * ( _
	self As Point2D, _
	f As Single _
) As Point2D
Visual C++
public:
static Point2D operator *(
	Point2D self, 
	float f
)

Parameters

self
Type: Hyleos.Common.Geometry..::.Point2D

[Missing <param name="self"/> documentation for "M:Hyleos.Common.Geometry.Point2D.op_Multiply(Hyleos.Common.Geometry.Point2D,System.Single)"]

f
Type: System..::.Single

[Missing <param name="f"/> documentation for "M:Hyleos.Common.Geometry.Point2D.op_Multiply(Hyleos.Common.Geometry.Point2D,System.Single)"]

Return Value

[Missing <returns> documentation for "M:Hyleos.Common.Geometry.Point2D.op_Multiply(Hyleos.Common.Geometry.Point2D,System.Single)"]

See Also