C#程序返回两个序列之间的差异
设置两个序列。
double[] arr1 = { 10.2, 15.6, 23.3, 30.5, 50.2 };
double[] arr2 = { 15.6, 30.5, 50.2 };要获得上述两个数组之间的差异,请使用Except()方法。
IEnumerableres = arr1.AsQueryable().Except(arr2);
以下是完整的代码。
示例
using System;
using System.Linq;
using System.Collections.Generic;
class Demo {
static void Main() {
double[] arr1 = { 10.2, 15.6, 23.3, 30.5, 50.2 };
double[] arr2 = { 15.6, 30.5, 50.2 };
Console.WriteLine("初始名单...");
foreach(double ele in arr1) {
Console.WriteLine(ele);
}
IEnumerable res = arr1.AsQueryable().Except(arr2);
Console.WriteLine("新名单...");
foreach (double a in res) {
Console.WriteLine(a);
}
}
} 输出结果初始名单... 10.2 15.6 23.3 30.5 50.2 新名单... 10.2 23.3
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短