VB.net 'Ceil'-Function? 
Author Message
 VB.net 'Ceil'-Function?

I need a function which always returns the next-highest integer from a non-
integer, i.e. a 'Ceil'-type-function. However, Icouldn't find anything the
likes in the help... so, what's the VB.net equivalent to the 'Ceil'-
function?

--
Tenchi (remove 'spam.be.gone' for emails)

My VB.net Download-Manager (Version 1.12.1400)
Homepage: http://www.*-*-*.com/
Mailing list: http://www.*-*-*.com/



Tue, 15 Feb 2005 20:47:21 GMT  
 VB.net 'Ceil'-Function?
Hi,

System.Math.Ceiling() will do just that...

/Per Hultqvist


Quote:
> I need a function which always returns the next-highest integer from a
non-
> integer, i.e. a 'Ceil'-type-function. However, Icouldn't find anything the
> likes in the help... so, what's the VB.net equivalent to the 'Ceil'-
> function?

> --
> Tenchi (remove 'spam.be.gone' for emails)

> My VB.net Download-Manager (Version 1.12.1400)
> Homepage: http://home.arcor.de/minako.aino/DownloadWonder/
> Mailing list: http://de.groups.yahoo.com/group/dw-net/



Tue, 15 Feb 2005 21:07:53 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. 'net use \\servername' in VB.NET

2. VB.NET DLL's With A VB.NET App

3. what is the vb function that does what the js funct math.ceil

4. can't reference .NET assembly's classes in VB

5. vb.net SITE's Any really good ONE's TIA

6. 'Function Pointers' in VB

7. 'Nz' Function in VB-Script

8. Calling 'C' functions from VB 5

9. My Vb.Net Apps will not run on other machine's with .Net Framework installed

10. Rounding / Ceil function in VB6?

11. Rounding / Ceil function in VB6?

12. Rounding / Ceil function in VB6?

 

 
Powered by phpBB® Forum Software