Click or drag to resize
GeCoordinateDivision Operator
Divides coordinate with a value. M ordinate is not preserved during division operation.

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

Parameters

c1
Type: FDF.Common.GeometriesGeCoordinate
v
Type: SystemDouble

Return Value

Type: GeCoordinate
Remarks