CIRProcess.CIR2.Setup C# (CSharp) Method

Setup() public method

Called by Simulator after parse. In this case does nothing.
public Setup ( double simulationDates ) : void
simulationDates double The parameter is not used.
return void
        public void Setup(double[] simulationDates)
        {
            return;
        }