ShiftRight Method
See Also 
SourceCode Namespace > SystemExtensions Class : ShiftRight Method



value
count

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Function ShiftRight( _
   ByVal value As Integer, _
   ByVal count As Integer _
) As Integer
Visual Basic (Usage) Copy Code
Dim value As Integer
Dim count As Integer
Dim value As Integer
 
value = SystemExtensions.ShiftRight(value, count)
C#  
[Extension()]
public static int ShiftRight( 
   int value,
   int count
)
C++/CLI  
[Extension()]
public:
static int ShiftRight( 
   int value,
   int count
) 

Parameters

value
count

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