C# Класс Clusterizator.Krab.Connection

Class-container for pair of points and their distances.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : Connection

Creates copy of Connection.

Connection ( int firstIndex, int secondIndex ) : System

Initializes a new instance of the Connection class.

Описание методов

Clone() публичный Метод

Creates copy of Connection.
public Clone ( ) : Connection
Результат Connection

Connection() публичный Метод

Initializes a new instance of the Connection class.
/// Thrown if index or indexes are negative. ///
public Connection ( int firstIndex, int secondIndex ) : System
firstIndex int /// Index of first point. ///
secondIndex int /// Index of second point. ///
Результат System