IntReference Constructor
Constructor in IntReference
Declaration
public IntReference()Description
Creates a new int reference.
Overload
Declaration
public IntReference(int value)Description
Creates a new int reference with the fixed value.
Parameters
| value | The fixed value to set. |
Overload
Declaration
public IntReference(IntVariable variable)Description
Creates a new int reference to the variable value.
Parameters
| variable | The variable to reference. |