CarbonFitness.BusinessLogic.UnitHistory.Line.getValuePointWithIndex C# (CSharp) Method

getValuePointWithIndex() private method

private getValuePointWithIndex ( System.DateTime date, ValuePoint valuePoint ) : ValuePoint
date System.DateTime
valuePoint ValuePoint
return ValuePoint
        private ValuePoint getValuePointWithIndex(DateTime date, ValuePoint valuePoint)
        {
            valuePoint.Index = getIndexForValuePoint(date);
            return valuePoint;
        }