IntersectionFind Intersection Method
Definition
Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static List<Point> FindIntersection(
List<Point> curve1,
List<Point> curve2,
LMFitFitType curve1fit,
LMFitFitType curve2fit,
double tolerance,
double xmin,
double xmax,
int npoints
)VB
Public Shared Function FindIntersection (
curve1 As List(Of Point),
curve2 As List(Of Point),
curve1fit As LMFitFitType,
curve2fit As LMFitFitType,
tolerance As Double,
xmin As Double,
xmax As Double,
npoints As Integer
) As List(Of Point)Parameters
- curve1 ListPoint
- curve2 ListPoint
- curve1fit LMFitFitType
- curve2fit LMFitFitType
- tolerance Double
- xmin Double
- xmax Double
- npoints Int32