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;
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;
<%= block.description %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.