Linq operator to aggregate matching value and weight them

后端 未结 0 447
梦毁少年i
梦毁少年i 2021-01-03 22:19

Working code.

  double[] confirmingList = new double[] { -3, -2, -1 };
    
    var Tdb = rDatas
        .Select(d => new
        {
            TScore = (n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题