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



value
count

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Function ShiftLeft( _
   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.ShiftLeft(value, count)
C#  
[Extension()]
public static int ShiftLeft( 
   int value,
   int count
)
C++/CLI  
[Extension()]
public:
static int ShiftLeft( 
   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