Click or drag to resize
GeCoordinateSubtraction Operator
The substraction operator causes the first operand to be substracted by the second. M ordinate is not preserved during substraction operation.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static GeCoordinate operator -(
	GeCoordinate c1,
	GeCoordinate c2
)

Parameters

c1
Type: FDF.Common.GeometriesGeCoordinate
c2
Type: FDF.Common.GeometriesGeCoordinate

Return Value

Type: GeCoordinate
Remarks