Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Mention what is the Floating point numbers and what are the types of floating number in Swift?



Mention what is the Floating point numbers and what are the types of floating number in Swift?..

Answer / iosraj

Floating numbers are numbers with a fractional component, like 3.25169 and -238.21. Floating point types can represent a wider range of values than integer types. There are two signed floating point number

Double: It represents a 64 bit floating point number, it is used when floating point values must be very large

Float: It represents a 32 bit floating point number, it is used when floating point values does not need 64 bit precision

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Swift Interview Questions

What is the difference between function and method in swift?

0 Answers  


Explain some design patterns which we normally use during the app development.

0 Answers  


How many types of closures are there in swift?

0 Answers  


What is the purpose of swift?

0 Answers  


Is multiple inheritance possible in swift?

0 Answers  


Is swift garbage collected?

0 Answers  


What is thread in swift?

0 Answers  


What is tuple? How to create a tuple in swift?

0 Answers  


Is "swift" a good programming language? Explain

0 Answers  


What is framework in swift?

0 Answers  


What is a deinitializer in swift?

0 Answers  


What is de-initializer and how it is written in Swift?

1 Answers  


Categories