|  | OrderedConnectivityMatrixDistances Property | 
            Gets the vector of distances between all possible object
            pairs, computed using the current distance delegate.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Distances { get; }Public ReadOnly Property Distances As DoubleVector
	Get
public:
property DoubleVector^ Distances {
	DoubleVector^ get ();
}member Distances : DoubleVector with get
Property Value
DoubleVector Remarks
RemarksFor 
n objects, the distance vector is of length
            
(n-1)(n/2), with distances arranged in the order:
            
(1,2), (1,3), ..., (1,n), (2,3), ..., (2,n), ..., ..., (n-1,n)
 See Also
See Also