中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

.NET 4新特性--Tuple元組

發布時間:2020-07-22 02:17:32 來源:網絡 閱讀:323 作者:1473348968 欄目:編程語言

.NET 4定義了8個Tuple類,和一個靜態Tuple類

---------------------------------------------------------------------返回多個值

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication2
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("{0}*{1}={2}",Divide(1, 2).Item1, Divide(1, 2).Item2, Divide(1, 2).Item3);//1*2=2
            Console.ReadKey();
        }
        public static Tuple<int, int,int> Divide(int i, int j)//
        {
            return Tuple.Create<int, int, int>(i, j, i * j);//返回三個值
        }
        
    
    }
}

 

 

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

托里县| 江都市| 新余市| 海兴县| 本溪| 靖江市| 武乡县| 搜索| 绥德县| 南通市| 台东县| 汉中市| 湛江市| 山西省| 平舆县| 城口县| 石河子市| 双鸭山市| 奉化市| 青冈县| 霸州市| 长治县| 深泽县| 隆林| 紫阳县| 陕西省| 玛沁县| 同德县| 桃园市| 恭城| 景谷| 循化| 永平县| 平果县| 青田县| 阳泉市| 西贡区| 安新县| 西乌珠穆沁旗| 固安县| 新田县|