Class MathHelper
Inheritance
System.Object
MathHelper
Namespace:EvilDICOM.CV.Helpers
Assembly:EvilDICOM.CV.dll
Syntax
public static class MathHelper : object
Methods
View SourceInterpolate(Double, Double, Double, Double, Double)
Declaration
public static double Interpolate(double x1, double x3, double y1, double y3, double x2)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | x1 | |
| System.Double | x3 | |
| System.Double | y1 | |
| System.Double | y3 | |
| System.Double | x2 |
Returns
| Type | Description |
|---|---|
| System.Double |