Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function URShift( _ ByVal number As Long, _ ByVal bits As Long _ ) As Long |
C# |
---|
public static long URShift( long number, long bits ) |
C++ |
---|
public: static __int64 URShift( __int64 number, __int64 bits ) |
J# |
---|
public static long URShift( long number, long bits ) |
JScript |
---|
public static
function URShift( number : long, bits : long ) : long |