CascadeSharp.TKBO.IntTools.IntTools_CurveRangeSample.GetRange C# (CSharp) Метод

GetRange() публичный Метод

public GetRange ( double theFirst, double theLast, int theNbSample ) : IntTools_Range
theFirst double
theLast double
theNbSample int
Результат IntTools_Range
        public IntTools_Range GetRange(double theFirst, double theLast, int theNbSample)
        {
            throw new NotImplementedException();
        }