 | TabulatedFunctionGetXs Method |
Gets the x, or independent, values represented by this function.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic IEnumerable<double> GetXs()
Public Function GetXs As IEnumerable(Of Double)
public:
IEnumerable<double>^ GetXs()
member GetXs : unit -> IEnumerable<float>
Return Value
Type:
IEnumerableDouble
See Also