using System; public class Test { public static void Main() { UInt64 ul = 3633091313UL; Int32 l = (int)ul; Console.WriteLine(l); } }