Click or drag to resize

Shift Methods

Methods
  NameDescription
Public methodStatic memberLeft(Int32, Int32)
Implements a .NET '<<' operator for Int32.
Public methodStatic memberLeft(Int64, Int32)
Implements a .NET '<<' operator for Int64.
Public methodStatic memberLeft(UInt32, Int32)
Implements a .NET '<<' operator for UInt32.
Public methodStatic memberLeft(UInt64, Int32)
Implements a .NET '<<' operator for UInt64.
Public methodStatic memberRight(Int32, Int32)
Implements a .NET '>>' operator for Int32.
Public methodStatic memberRight(Int64, Int32)
Implements a .NET '>>' operator for Int64.
Public methodStatic memberRight(UInt32, Int32)
Implements a .NET '>>' operator for UInt32.
Public methodStatic memberRight(UInt64, Int32)
Implements a .NET '>>' operator for UInt64.
Top
See Also