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