[Missing <summary> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Byte[],System.Int32)"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static byte[] Shrink( byte[] array, int targetSize ) |
Visual Basic |
---|
Public Shared Function Shrink ( _ array As Byte(), _ targetSize As Integer _ ) As Byte() |
Visual C++ |
---|
public: static array<unsigned char>^ Shrink( array<unsigned char>^ array, int targetSize ) |
Parameters
- array
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="array"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Byte[],System.Int32)"]
- targetSize
- Type: System..::..Int32
[Missing <param name="targetSize"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Byte[],System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.ArrayUtil.Shrink(System.Byte[],System.Int32)"]