QLNet.BootstrapError.BootstrapError C# (CSharp) Метод

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

public BootstrapError ( QLNet.PiecewiseYieldCurve curve, RateHelper helper, int segment )
curve QLNet.PiecewiseYieldCurve
helper RateHelper
segment int
        public BootstrapError(PiecewiseYieldCurve curve, RateHelper helper, int segment)
        {
            _curve = curve;
            _helper = helper;
            _segment = segment;
        }