AFXFloatTarget

This class is designed for floating-point targets.


AFXFloatTarget(initialValue=0.0)

Constructor.

ArgumentTypeDefaultDescription
initialValueFloat0.0Initial value.


getTypeName()

Returns the name of the target type ("Float").

Implements AFXTarget.


getValue()

Returns the target's current value.


setValue(newValue)

Sets the target's current value.

ArgumentTypeDefaultDescription
newValueFloat New value.