[Missing <summary> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32)"]

Namespace: Lucene.Net.Analyzers.Payloads
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public static byte[] EncodeInt(
	int payload
)
Visual Basic
Public Shared Function EncodeInt ( _
	payload As Integer _
) As Byte()
Visual C++
public:
static array<unsigned char>^ EncodeInt(
	int payload
)

Parameters

payload
Type: System..::..Int32

[Missing <param name="payload"/> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32)"]

See Also