Contents

takeFloatValueFrom(_:)

Sets the value of the receiver’s cell to a single-precision floating-point value obtained from the specified object.

Declaration

func takeFloatValueFrom(_ sender: Any?)

Parameters

  • sender:

    The object from which to take the value. This object must implement the Floatvalue property.

See Also

Related Documentation

Deriving Values