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

valueThe fixed value to set.

Overload

Declaration

public UIntReference(UIntVariable variable)

Description

Creates a new uint reference to the variable value.

Parameters

variableThe variable to reference.