Distance, that must be provided be the user.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract IDistance<TEntity> Distance { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Distance As IDistance(Of TEntity)
Visual C++
public:
virtual property IDistance<TEntity>^ Distance {
	IDistance<TEntity>^ get () abstract;
}

See Also