[Missing <summary> documentation for "M:Lucene.Net.Spatial.Utils.BitwiseHelper.ZeroFillRightShift(System.Int64,System.Int32)"]

Namespace: Lucene.Net.Spatial.Utils
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public static long ZeroFillRightShift(
	long i,
	int amountToShift
)
Visual Basic
Public Shared Function ZeroFillRightShift ( _
	i As Long, _
	amountToShift As Integer _
) As Long
Visual C++
public:
static long long ZeroFillRightShift(
	long long i, 
	int amountToShift
)

Parameters

i
Type: System..::..Int64

[Missing <param name="i"/> documentation for "M:Lucene.Net.Spatial.Utils.BitwiseHelper.ZeroFillRightShift(System.Int64,System.Int32)"]

amountToShift
Type: System..::..Int32

[Missing <param name="amountToShift"/> documentation for "M:Lucene.Net.Spatial.Utils.BitwiseHelper.ZeroFillRightShift(System.Int64,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Utils.BitwiseHelper.ZeroFillRightShift(System.Int64,System.Int32)"]

See Also