Float
Initializers
Methods
public func reinterpretAsInt() -> UInt32Converts the float to a UInt32 with the bits of the float preserved exactly. To perform a FP cast use the bitcast operator.
Static Methods
public static func +(lhs: Float, rhs: Float) -> Floatpublic static func -(lhs: Float, rhs: Float) -> Floatpublic static func *(lhs: Float, rhs: Float) -> Floatpublic static func /(lhs: Float, rhs: Float) -> Floatpublic static func %(lhs: Float, rhs: Float) -> Floatpublic static func ==(lhs: Float, rhs: Float) -> Boolpublic static func !=(lhs: Float, rhs: Float) -> Boolpublic static func <(lhs: Float, rhs: Float) -> Boolpublic static func >(lhs: Float, rhs: Float) -> Boolpublic static func <=(lhs: Float, rhs: Float) -> Boolpublic static func >=(lhs: Float, rhs: Float) -> Boolpublic static func -(expression: Float) -> Float