IntersectionFindIntersection Method

Definition

Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static List<Point> FindIntersection(
	List<Point> curve1,
	List<Point> curve2,
	LMFitFitType curve1fit,
	LMFitFitType curve2fit,
	double tolerance,
	double xmin,
	double xmax,
	int npoints
)

Parameters

curve1  ListPoint
 
curve2  ListPoint
 
curve1fit  LMFitFitType
 
curve2fit  LMFitFitType
 
tolerance  Double
 
xmin  Double
 
xmax  Double
 
npoints  Int32
 

Return Value

ListPoint

See Also