IMathGetLength Method

Calculate the length of the edge element.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double GetLength(
	IEdge e
)

Parameters

e  IEdge
Edge of interest.

Return Value

Double
Length in mils of this edge.

See Also