LongReference Constructor
Constructor in LongReference
Declaration
public LongReference()
Description
Creates a new long reference.
Overload
Declaration
public LongReference(long value)
Description
Creates a new long reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public LongReference(LongVariable variable)
Description
Creates a new long reference to the variable value.
Parameters
variable | The variable to reference. |