请问我这个linq还可以怎样写

感觉写的很麻烦


var a = from g in ResultPointsGroup
select (
(
from gg in g
select gg.OutputValue + slope * (gg.SetValue - gg.InputValue)).Max() - (
from gg in g
select gg.OutputValue + slope * (gg.SetValue - gg.InputValue)).Min()
);


缥缈止盈
浏览 578回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

MySQL