Integer data type

  • Updated

The integer data type represents 64-bit whole numbers ranging from System.Int64.MinValue to System.Int64.MaxValue. It is based on the .NET System.Int64 type.

Some examples of irScript integer literal usage:

var x = 10;
var y = -100;
var z = 0;

Was this article helpful?

0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.