• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Round a float
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Round a float


  • Subject: RE: Round a float
  • From: "Jonathan E. Jackel" <email@hidden>
  • Date: Mon, 28 Jul 2003 11:31:24 -0400

Try %.1f (note the decimal point after the %). The number after the decimal
point specified the number of decimal places.

You would do well to get a list of the printf formatting tokens from a C
book (Kernighan & Ritchie would be best) or some other source. NSLog and
stringWithFormat: use those tokens.

Jonathan

> -----Original Message-----
> From: email@hidden
> [mailto:email@hidden]On Behalf Of Lorenzo
> Sent: Monday, July 28, 2003 9:41 AM
> To: email@hidden
> Subject: Round a float
>
>
> Hi,
> I have a
> float floatSize = 105.55791;
> and I would like to print it as @"105.5";
>
> I tried this
> NSLog(@"round 0.0f", floatSize);
> but it didn't work as I expected.
>
> Any suggestion?
>
>
> Best Regards
> --
> Lorenzo
> email: email@hidden
> _______________________________________________
> cocoa-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Round a float
      • From: Todd de Gruyl <email@hidden>
    • Re: Round a float
      • From: Andreas Mayer <email@hidden>
    • Re: Round a float
      • From: Stefan Wiesendanger <email@hidden>
References: 
 >Round a float (From: Lorenzo <email@hidden>)

  • Prev by Date: Re: Round a float
  • Next by Date: Re: Round a float
  • Previous by thread: Re: Round a float
  • Next by thread: Re: Round a float
  • Index(es):
    • Date
    • Thread