init(float:)
Creates and initializes a new attribute value object that holds a floating point number.
Declaration
convenience init(float value: Float)Parameters
- value:
The floating point value for the new attribute value.
Return Value
A new attribute value object.