Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ XR Studio

int

  • Last UpdatedSep 17, 2025
  • 1 minute read

This topic is about the int data type.

Value syntax

1

-365

Description

Int represents integer numbers.

Autocasting

Int type supports autocasting for:

  • string, if in the correct input format; otherwise, it will raise an exception.

    int a=”2”; //a=2;

  • double

    int a=2.6; //a=2

Methods

This table shows the currently implemented methods.

Method 

Return type 

Parameters 

Description 

ToString

string

Returns a string that represents the current int value.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in