ifInt

Interface equivalent for intrinsic type 'Integer'

Implemented by

NameDescription
roIntObject equivalent for intrinsic type Integer

Supported methods

GetInt() As Integer

Description

Gets the integer value stored in the calling Integer object.

Return Value

The integer value stored in the calling Integer object.

SetInt(value As Integer) As Void

Description

Sets the calling Integer object to the specified integer value.

Parameters