HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - ActiveGantt Scheduler Component for Visual Basic .Net - The Source Code Store .Com - Professional source code for Microsoft Visual Basic and Visual Studio .NET and specialized software components.
Back to Table of Contents
Example
Send Feedback

RoundDouble Method (MathLib Object)

Returns a Double rounded to an Integer.

Syntax:

MathLibObject.RoundDouble(dParam As Double)

The RoundDouble Method (MathLib Object) syntax has these parts:

 Part  Description
MathLibObject An object expression that evaluates to a MathLib object.
dParam The Double value that you want rounded.

Remarks:

The RoundDouble method will round Double values in pretty much the same way that Visual Basic does. For Example 2.45 will become 2, 2.67 will become 3, -2.45 will become -2 and -2.67 will become -3.

 

Home | Products | Support | Downloads | OnLine Store

Online Documentation | Licensing | About Us | Contact Us

Privacy Terms of use Copyright (c)2002-2005 The Source Code Store LLC. All trademarks are property of their legal owner.