A value between 0 and 1, the proportion of keys less than the specified key.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public double Less { get; }
Visual Basic (Declaration)
Public ReadOnly Property Less As Double
Visual C++
public:
property double Less {
	double get ();
}

See Also