 | MultipleCurveFitFunctionNumPointsPerCurve Property |
Gets a list containing the number of data points for each data set.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IList<int> NumPointsPerCurve { get; }
Public ReadOnly Property NumPointsPerCurve As IList(Of Integer)
Get
public:
property IList<int>^ NumPointsPerCurve {
IList<int>^ get ();
}
member NumPointsPerCurve : IList<int> with get
Property Value
IListInt32
See Also