Click or drag to resize
Accord.NET (logo)

DoublePoint. Subtract Method (DoublePoint, DoublePoint)

Subtraction operator - subtracts values of two points.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static DoublePoint Subtract(
	DoublePoint point1,
	DoublePoint point2
)
Request Example View Source

Parameters

point1
Type: Accord.DoublePoint
Point to subtract from.
point2
Type: Accord.DoublePoint
Point to subtract.

Return Value

Type: DoublePoint
Returns new point which coordinates equal to difference of corresponding coordinates of specified points.
See Also