C#程序查找数组中的最后一个匹配元素
若要查找最后一个匹配的元素,请使用Array.LastIndexOf方法。如果该元素不存在于整数数组中,则返回-1。
以下是数组-
int[] val = { 97, 45, 76, 21, 89, 45 };现在,假设您需要搜索元素45的最后一个Index。为此,请使用Array.LastIndexOf()方法-
int res = Array.LastIndexOf(val, 45);
以下是一个例子-
示例
using System;
using System.Text;
public class Demo {
public static void Main() {
int[] val = { 97, 45, 76, 21, 89, 45 };
//元素45的最后一个索引
int res = Array.LastIndexOf(val, 45);
//显示索引
Console.WriteLine("Index of element 45 is = "+res);
}
}输出结果
Index of element 45 is = 5
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短