Integer Operators and Type Conversions

The Integer type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares an int value with a Datatype.Integer value.
Public operatorStatic member(Int32 to Integer)
Converts from int to Datatype.Integer.
Public operatorStatic member(Integer to Int32)
Converts from Datatype.Integer to int.
Public operatorStatic memberInequality
Compares an int value with a Datatype.Integer value.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next