FloatReference Constructor
Constructor in FloatReference
Declaration
public FloatReference()
Description
Creates a new float reference.
Overload
Declaration
public FloatReference(float value)
Description
Creates a new float reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public FloatReference(FloatVariable variable)
Description
Creates a new float reference to the variable value.
Parameters
variable | The variable to reference. |