C# Class TPB3D.Maths.ALGLIB.alglib.spline1d.spline1dinterpolant

Exibir arquivo Open project: tpb3d/TPB3D

Public Properties

Property Type Description
c double[]
k int
n int
periodic bool
x double[]

Public Methods

Method Description
spline1dinterpolant ( ) : System

Method Details

spline1dinterpolant() public method

public spline1dinterpolant ( ) : System
return System

Property Details

c public_oe property

public double[] c
return double[]

k public_oe property

public int k
return int

n public_oe property

public int n
return int

periodic public_oe property

public bool periodic
return bool

x public_oe property

public double[] x
return double[]