[Missing <summary> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Int64[],System.Int32)"]

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static long[] Shrink(
	long[] array,
	int targetSize
)
Visual Basic
Public Shared Function Shrink ( _
	array As Long(), _
	targetSize As Integer _
) As Long()
Visual C++
public:
static array<long long>^ Shrink(
	array<long long>^ array, 
	int targetSize
)

Parameters

array
Type: array<System..::..Int64>[]()[][]

[Missing <param name="array"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Int64[],System.Int32)"]

targetSize
Type: System..::..Int32

[Missing <param name="targetSize"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Int64[],System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Int64[],System.Int32)"]

See Also