Re: how to convert double to int?
Re: how to convert double to int?
- Subject: Re: how to convert double to int?
- From: Clayton John <email@hidden>
- Date: Tue, 13 Nov 2007 12:27:24 +0100
that would be:
double sourceValue = 10.5;
int destValue = (int)sourceValue;
--
John Clayton
On 13 Nov 2007, at 12:23, amine ahmadi wrote:
Dear All,
I am looking for a source code that lets me convert
the type double to the int type.
Thanks for your feedback.
Best regards,
Amine
______________________________________________________________________
_______
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
Yahoo! Mail
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden