BenSelect Documentation
Ceiling Method
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace > ColumnScriptEvent Class : Ceiling Method
d
A decimal number.
Returns the smallest integral value that is greater than or equal to the specified decimal number.

Syntax

JScript 
public function Ceiling( 
   d : decimal
) : decimal;

Parameters

d
A decimal number.

Return Value

The smallest integral value that is greater than or equal to the d parameter. Note that this method returns a Decimal instead of an integral type.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.