Click or drag to resize

Shift Class

Note: This API is now obsolete.

This class is developed as a Windows PowerShell helper class to provide an ability to perform Shift operations as identified in Shift Operators.
Inheritance Hierarchy
SystemObject
  PKI.UtilsShift

Namespace:  PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute("Obsolete", true)]
public static class Shift
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