Click or drag to resize

Point64Subtraction Operator

Subtracts one Point64 instance from another.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Point64 operator -(
	Point64 lhs,
	Point64 rhs
)

Parameters

lhs  Point64
The point to subtract from.
rhs  Point64
The point to subtract.

Return Value

Point64
The difference of the points.
See Also