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

valueThe fixed value to set.

Overload

Declaration

public FloatReference(FloatVariable variable)

Description

Creates a new float reference to the variable value.

Parameters

variableThe variable to reference.