Int32 Data Type v2
An Integer contains a whole number. Specific Node contracts can use signed or unsigned integer types with different ranges.
A signed 32-bit integer ranges from -2,147,483,648 through 2,147,483,647.
Flowgear simplifies integer, floating-point, and decimal Node types to the authored type number:
RetryCount:
Type: number
Value: 3
Flowgear converts the value to the receiving Node Method's concrete numeric type. The target type's range and whole-number requirements still apply. A canvas connection that looks compatible does not make a fractional or out-of-range value valid for an integer target.
See also
See Double Data Type, Byte Data Type, and Data Types.