SwarmOps.ProblemIndex.GetWeight C# (CSharp) Method

GetWeight() public method

Return the weight associated with the i'th problem.
public GetWeight ( int i ) : double
i int
return double
        public double GetWeight(int i)
        {
            return Index[i].Weight;
        }