หน้าแรก
หน้าแรก
เมธอด MathF.Floor() ใน C# ใช้เพื่อค้นหาจำนวนเต็มที่มากที่สุด ซึ่งน้อยกว่าหรือเท่ากับค่าทศนิยมที่ระบุ ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static float Floor (float val); ด้านบน Val คือค่าทศนิยม ตัวอย่าง ให้เรามาดูตัวอย่างการใช้งาน MathF.Floor() method − using System; class Demo { p
วิธี MathF.IEEERemainder() ใน C# ใช้เพื่อคืนค่าส่วนที่เหลือจากการหารตัวเลขที่ระบุด้วยตัวเลขอื่น ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static float IEEERemainder (float dividend, double float); ตัวอย่าง ให้เรามาดูตัวอย่างการใช้งาน MathF.IEEERemainder() method − using System; public class Demo { &n
เมธอด MathF.Log() ใน C# ใช้เพื่อคืนค่าลอการิทึมของตัวเลขที่ระบุ ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static float Log (float val); ด้านบน Val คือจำนวนที่ระบุซึ่งมีการคำนวณลอการิทึมธรรมชาติ (ฐาน e) ตัวอย่าง ให้เรามาดูตัวอย่างการใช้งาน MathF.Log() method − using System; public class Demo {
เมธอด MathF.Log10() ใน C# ใช้เพื่อส่งคืนลอการิทึมฐาน 10 ของตัวเลขที่ระบุ ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static float Log10 (float val); ด้านบน Val คือตัวเลขที่จะคำนวณลอการิทึม ตัวอย่าง ให้เรามาดูตัวอย่างการใช้งาน MathF.Log10() method − using System; public class Demo { public
หากต้องการเปลี่ยนการเปิดเผยเคอร์เซอร์ ให้ใช้คุณสมบัติ Console.CursorVisible ตัวอย่าง เรามาดูตัวอย่างกัน − using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class Demo { public static void Main (string[] args) { &n
ใช้คุณสมบัติ Console.WindowHeight เพื่อเปลี่ยน WindowHeight ของคอนโซล ตัวอย่าง เรามาดูตัวอย่างกัน − ใช้ System; ใช้ System.Collections.Generic; ใช้ System.Linq; ใช้ System.Text; ใช้ System.Threading.Tasks; สาธิตคลาส { โมฆะสาธารณะสาธารณะหลัก (สตริง [] args) { Console.InputEncoding =การเข้ารหัส ASCI
ใช้คุณสมบัติ Console.WindowLeft เพื่อเปลี่ยน WindowLeft ของ Console ใน C# ตัวอย่าง เรามาดูตัวอย่างกัน − ใช้ System; ใช้ System.Collections.Generic; ใช้ System.Linq; ใช้ System.Text; ใช้ System.Threading.Tasks; สาธิตคลาส { โมฆะสาธารณะสาธารณะหลัก (สตริง [] args) { Console.InputEncoding =การเข้ารหัส
เมธอด UInt32.CompareTo() ใน C# ใช้เพื่อเปรียบเทียบอินสแตนซ์ปัจจุบันกับอ็อบเจ็กต์ที่ระบุหรือ UInt32 และส่งคืนตัวบ่งชี้ค่าสัมพัทธ์ ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public int CompareTo (object val); public int CompareTo (uint val; ด้านบน Val สำหรับไวยากรณ์ที่ 1 เป็นอ็อบเจ็กต์ที่จะเปรียบเทียบ Val สำหร
เมธอด UInt32.Equals() ใน C# ส่งคืนค่าที่ระบุว่าอินสแตนซ์นี้เท่ากับอ็อบเจ็กต์ที่ระบุหรือ UInt32 ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public override bool Equals (object ob); public bool Equals (uint ob); ด้านบน พารามิเตอร์ ob สำหรับไวยากรณ์ที่ 1 เป็นอ็อบเจ็กต์เพื่อเปรียบเทียบกับอินสแตนซ์นี้ และพารามิเตอ
ใช้คุณสมบัติ Console.WindowTop เพื่อเปลี่ยน WindowTop ของ Console ใน C# ตัวอย่าง เรามาดูตัวอย่างกัน − ใช้ System; ใช้ System.Collections.Generic; ใช้ System.Linq; ใช้ System.Text; ใช้ System.Threading.Tasks; สาธิตคลาส { โมฆะสาธารณะสาธารณะหลัก (สตริง [] args) { Console.InputEncoding =การเข้ารหัส AS
ใช้คุณสมบัติ Console.WindowWidth เพื่อเปลี่ยน WindowWidth ของ Console ตัวอย่าง เรามาดูตัวอย่างกัน − ใช้ System; ใช้ System.Collections.Generic; ใช้ System.Linq; ใช้ System.Text; ใช้ System.Threading.Tasks; สาธิตคลาส { โมฆะสาธารณะสาธารณะหลัก (สตริง [] args) { Console.InputEncoding =การเข้ารหัส ASCI
เมธอด UInt32.GetHashCode() ใน C# ใช้เพื่อรับ HashCode สำหรับอินสแตนซ์ UInt32 ปัจจุบัน ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public override int GetHashCode (); ตัวอย่าง ให้เราดูตัวอย่างการใช้เมธอด UInt32.GetHashCode() - using System; public class Demo { public static void Main(){ &nb
วิธี Uri.HexEscape() ใน C# ใช้เพื่อแปลงอักขระที่ระบุให้มีค่าเท่ากับเลขฐานสิบหก ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static string HexEscape (char ch); ด้านบน พารามิเตอร์ ch เป็นอักขระที่จะแปลงเป็นเลขฐานสิบหก ตัวอย่าง ให้เราดูตัวอย่างการใช้เมธอด Uri.HexEscape() - using System; public class Demo
วิธี ToUpper() ใน C # ใช้เพื่อส่งคืนสำเนาของสตริงนี้ที่แปลงเป็นตัวพิมพ์ใหญ่ ไวยากรณ์ public string ToUpper (); ตัวอย่าง using System; public class Demo { public static void Main(String[] args) { string str1 = "Welcome!"; string str2 =
เมธอด Trim() ใน C# ใช้เพื่อส่งคืนสตริงใหม่ที่นำหน้าและต่อท้ายชุดอักขระที่ระบุออกจากสตริงปัจจุบันทั้งหมดออก ไวยากรณ์ public string Trim (); public string Trim (params char[] trimChars); ด้านบน พารามิเตอร์ trimChars คืออาร์เรย์ของอักขระ Unicode ที่จะลบหรือเป็นค่าว่าง ตัวอย่าง using System; using Syst
Boolean.GetHashCode() วิธีการใน C# ใช้เพื่อส่งคืนรหัสแฮชสำหรับอินสแตนซ์นี้ ไวยากรณ์ public override int GetHashCode (); ตัวอย่าง using System; public class Demo { public static void Main(String[] args){ string str = "JackSparrow!"; boo
เมธอด Equals() ใน C# ใช้เพื่อตรวจสอบว่าอ็อบเจ็กต์สตริงสองออบเจ็กต์มีค่าเท่ากันหรือไม่ ไวยากรณ์ bool string.Equals(string s1, string s2) ด้านบน s1 และ s2 เป็นสตริงที่จะเปรียบเทียบ ตัวอย่าง using System; public class Demo { public static void Main(string[] args) { st
BitConverter.ToChar() วิธีการใน C # ใช้เพื่อส่งคืนอักขระ Unicode ที่แปลงจากสองไบต์ที่ตำแหน่งที่ระบุในอาร์เรย์ไบต์ ไวยากรณ์ public static char ToChar (byte[] value, int begnIndex); ด้านบน val คืออาร์เรย์ไบต์ ในขณะที่ begnIndex เป็นตำแหน่งเริ่มต้นภายใน val ตัวอย่าง using System; public class Demo { &
เมธอด Single.Equals() ใน C# ใช้เพื่อคืนค่าที่ระบุว่า Single สองอินสแตนซ์แทนค่าเดียวกันหรือไม่ ไวยากรณ์ public bool Equals (float ob); public override bool Equals (object ob); พารามิเตอร์ ob สำหรับไวยากรณ์ทั้งสองเป็นอ็อบเจ็กต์ที่จะเปรียบเทียบกับอินสแตนซ์นี้ ตัวอย่าง using System; public class Demo {
BitConverter.ToString() วิธีการใน C # ใช้เพื่อแปลงค่าตัวเลขของแต่ละองค์ประกอบของอาร์เรย์ของไบต์ที่ระบุเป็นการแสดงสตริงฐานสิบหกที่เทียบเท่ากัน ไวยากรณ์ สตริงสแตติกสาธารณะ ToString (ไบต์[] val); ด้านบน val คืออาร์เรย์ไบต์ ตัวอย่าง ใช้ System;public class Demo { public static void Main() { byte[] arr