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

valueThe fixed value to set.

Overload

Declaration

public IntReference(IntVariable variable)

Description

Creates a new int reference to the variable value.

Parameters

variableThe variable to reference.