dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Shift Method
The specified OracleNumber structure.
The specified number of places to be shifted.

Shift Method
Shifts the OracleNumber value to the specified number of digits to the right.
Syntax
'Declaration
 
Public Shared Function Shift( _
   ByVal value As OracleNumber, _
   ByVal digits As Integer _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.
digits
The specified number of places to be shifted.

Return Value

A new OracleNumber structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also