Click or drag to resize
Accord.NET (logo)

PointSubtract Method (Point, Single)

Subtraction operator - subtracts scalar from the specified point.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static Point Subtract(
	Point point,
	float valueToSubtract
)
Request Example View Source

Parameters

point
Type: AccordPoint
Point to decrease coordinates of.
valueToSubtract
Type: SystemSingle
Value to subtract from coordinates of the specified point.

Return Value

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