Click or drag to resize
Accord.NET (logo)

DoublePointAddition Operator (DoublePoint, Double)

Addition operator - adds scalar to the specified point.

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

Parameters

point
Type: AccordDoublePoint
Point to increase coordinates of.
valueToAdd
Type: SystemDouble
Value to add to coordinates of the specified point.

Return Value

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