IntersectionFindIntersection Method |
Namespace: DWSIM.MathOps.MathExAssembly: 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
)
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)
Request Example
View SourceParameters
- curve1 ListPoint
-
- curve2 ListPoint
-
- curve1fit LMFitFitType
-
- curve2fit LMFitFitType
-
- tolerance Double
-
- xmin Double
-
- xmax Double
-
- npoints Int32
-
Return Value
ListPointSee Also