{"id":6881,"date":"2022-02-14T11:09:51","date_gmt":"2022-02-14T02:09:51","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=6881"},"modified":"2022-02-14T11:12:16","modified_gmt":"2022-02-14T02:12:16","slug":"c-%ec%88%ab%ec%9e%90%ec%98%ac%eb%a6%bc-%ed%95%a8%ec%88%98","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=6881","title":{"rendered":"C# \uc22b\uc790\uc62c\ub9bc \ud568\uc218"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark : \uc22b\uc790 \uc62c\ub9bc, \ub0b4\ub9bc, \ubc18\uc62c\ub9bc.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\uc62c\ub9bc : (int)Math.Ceiling(number);<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\ub0b4\ub9bc : (int)Math.Truncate(number);<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\ubc18\uc62c\ub9bc  : (int)Math.Round(number);<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"Test\" >        static void Main(string[] args)\n        {\n            double number = 1.52;\n\n            int Cumber = (int)Math.Ceiling(number);\n\n            int Tumber = (int)Math.Truncate(number);\n\n            int Rumber = (int)Math.Round(number);\n\n            Console.WriteLine(Cumber);\n\n            Console.WriteLine(Tumber);\n\n            Console.WriteLine(Rumber);\n\n            Console.ReadLine();\n        }<\/pre><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"\uacb0\uacfc\" >2\n1\n2<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : \uc22b\uc790 \uc62c\ub9bc, \ub0b4\ub9bc, \ubc18\uc62c\ub9bc. \uc62c\ub9bc : (int)Math.Ceiling(number); \ub0b4\ub9bc : (int)Math.Truncate(number); \ubc18\uc62c\ub9bc : (int)Math.Round(number);<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-6881","post","type-post","status-publish","format-standard","hentry","category-auctonpro-is"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6881"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6881\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}