  | DistancePowerDistanceFunction Property | 
            Returns a Distance.Function delegate that encapsulates
            this.GetDistance.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DistanceFunction Function { get; }Public ReadOnly Property Function As DistanceFunction
	Get
public:
property DistanceFunction^ Function {
	DistanceFunction^ get ();
}member Function : DistanceFunction with get
Property Value
DistanceFunction
Remarks
            The returned delegate can be used by an instance of class
            ClusterAnalysis for computing the distances between objects.
            
See Also