Click or drag to resize

IntersectionFindIntersection Method


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

Parameters

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

Return Value

ListPoint
See Also