SwarmOps.ProblemIndex.GetWeight C# (CSharp) 메소드

GetWeight() 공개 메소드

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