会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
毛毛虫
一个老程序员乱七八糟的东西
2024年4月11日
[C#] 扩展Enumerable,实现类似Sqlserver的窗口函数lag
摘要: public static class EnumerableExtensions { public static IEnumerable<(T,W)> Lag<T,W>(this IEnumerable<T> source,Func<T,W> selector,W seed) { var seque
阅读全文
posted @ 2024-04-11 20:43 毛毛虫
阅读(8)
评论(0)
推荐(0)
编辑
导航
博客园
首页
新随笔
新文章
联系
订阅
管理