Int32 myInt = -5;
if (myInt > 0) {
Console.WriteLine("The number is positive.");
}
Int32 belongs to the System namespace of the .NET Framework Class Library.
C# (CSharp) Int32 - 60 examples found. These are the top rated real world C# (CSharp) examples of Int32 extracted from open source projects. You can rate examples to help us improve the quality of examples.