Click or drag to resize
Accord.NET (logo)

DoublePointMultiply Operator

Multiplication operator - multiplies coordinates of the specified point by scalar value.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static DoublePoint operator *(
	DoublePoint point,
	double factor
)
Request Example View Source

Parameters

point
Type: AccordDoublePoint
Point to multiply coordinates of.
factor
Type: SystemDouble
Multiplication factor.

Return Value

Type: DoublePoint
Returns new point which coordinates equal to coordinates of the specified point multiplied by specified value.
See Also