Float
struct Float
                Conforms Float to Addable.
- 
                  
                  
The additive identity 0.0.
Declaration
Swift
public static var zero: Float { get } 
- 
                  
                  
The multiplicative identity 1.0.
Declaration
Swift
public static var one: Float { get } 
        Float Extension Reference