Gets the x, or independent, values represented by this function.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IEnumerable<double> GetXs()
Visual Basic (Declaration)
Public Function GetXs As IEnumerable(Of Double)
Visual C++
public:
IEnumerable<double>^ GetXs()

See Also