C# Class QLNet.ForwardFlatInterpolation

Inheritance: QLNet.Interpolation
显示文件 Open project: ammachado/QLNet

Public Methods

Method Description
ForwardFlatInterpolation ( List xBegin, int size, List yBegin ) : System

Method Details

ForwardFlatInterpolation() public method

public ForwardFlatInterpolation ( List xBegin, int size, List yBegin ) : System
xBegin List
size int
yBegin List
return System