This topic has not yet been rated - Rate this topic

OracleNumber.Floor Method

Rounds a specified OracleNumber number to the next lower whole number.

Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)

'Declaration
Public Shared Function Floor ( _
	n As OracleNumber _
) As OracleNumber
'Usage
Dim n As OracleNumber
Dim returnValue As OracleNumber

returnValue = OracleNumber.Floor(n)
public static OracleNumber Floor (
	OracleNumber n
)
public static function Floor (
	n : OracleNumber
) : OracleNumber

Parameters

n

The OracleNumber structure for which the floor value is to be calculated.

Return Value

An OracleNumber structure containing the whole number portion of this OracleNumber structure.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.