Gets the x, or independent, values represented by this function.
Namespace:
CenterSpace.NMath.CoreAssembly: 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() |