CIRProcess.CIR2.Populate C# (CSharp) Method

Populate() public method

This is part of the IPopulable interface but it's not implemented.
public Populate ( string names, double values ) : void
names string The parameter is not used.
values double The parameter is not used.
return void
        public void Populate(string[] names, double[] values)
        {
            throw new NotImplementedException();
        }