|
SplineFit Constructor
|
Creates a new instance of the
SplineFit class.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntaxpublic SplineFit(
Spline[] splines
)
Public Sub New (
splines As Spline()
)
public:
SplineFit(
array<Spline^>^ splines
)
new :
splines : Spline[] -> SplineFit
GSF.NumericalAnalysis.SplineFit = function(splines);
View SourceParameters
- splines Spline
- The collection of splines.
See Also