[Missing <summary> documentation for "M:SF.Snowball.SnowballProgram.in_range_b(System.Int32,System.Int32)"]
Assembly: Lucene.Net.Contrib.Snowball (in Lucene.Net.Contrib.Snowball.dll) Version: 2.0.0.1
Syntax
C# |
---|
protected internal virtual bool in_range_b( int min, int max ) |
Visual Basic |
---|
Protected Friend Overridable Function in_range_b ( _ min As Integer, _ max As Integer _ ) As Boolean |
Visual C++ |
---|
protected public: virtual bool in_range_b( int min, int max ) |
Parameters
- min
- Type: System..::..Int32
[Missing <param name="min"/> documentation for "M:SF.Snowball.SnowballProgram.in_range_b(System.Int32,System.Int32)"]
- max
- Type: System..::..Int32
[Missing <param name="max"/> documentation for "M:SF.Snowball.SnowballProgram.in_range_b(System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:SF.Snowball.SnowballProgram.in_range_b(System.Int32,System.Int32)"]