Creates a value initialized to zero.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
init()
Creates a value initialized to zero.
SDK
Framework
init()
init(floatLiteral : Double)
Creates a new value from the given floating-point literal.
init(integerLiteral : Int64)
Creates a new value from the given integer literal.
init(integerLiteral : Double)
Creates an instance initialized to the specified integer value.
func advanced(by: Double) -> Double
Returns a new value advanced by the given distance.
func distance(to: Double) -> Double
Returns the distance from this value to the specified value.
func write<Target>(to: inout Target)
Writes a textual representation of this instance into the given output stream.