UIntReference Constructor
Constructor in UIntReference
Declaration
public UIntReference()
Description
Creates a new uint reference.
Overload
Declaration
public UIntReference(uint value)
Description
Creates a new uint reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public UIntReference(UIntVariable variable)
Description
Creates a new uint reference to the variable value.
Parameters
variable | The variable to reference. |