Click or drag to resize

Function2DInterp Constructor

Initializes a new instance of the Function2DInterp class

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Function2DInterp(
	double x0,
	double y0,
	double x1,
	double y1,
	int xCount,
	int yCount,
	Func<double, double, double> func
)

Parameters

x0
Type: SystemDouble
y0
Type: SystemDouble
x1
Type: SystemDouble
y1
Type: SystemDouble
xCount
Type: SystemInt32
yCount
Type: SystemInt32
func
Type: SystemFuncDouble, Double, Double
See Also