C# Класс SharpNeat.Core.CoordinateVector

General purpose representation of a point in a multidimensional space. A vector of coordinates, each coordinate defining the position within a dimension/axis defined by an ID.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CoordinateVector ( double>.KeyValuePair coordElemArray ) : System.Collections.Generic

Constructs a CoordinateVector using the provided array of ID/coordinate pairs. CoordinateVector elements must be sorted by ID.

Приватные методы

Метод Описание
IsSorted ( double>.KeyValuePair coordElemArray ) : bool

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

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

Constructs a CoordinateVector using the provided array of ID/coordinate pairs. CoordinateVector elements must be sorted by ID.
public CoordinateVector ( double>.KeyValuePair coordElemArray ) : System.Collections.Generic
coordElemArray double>.KeyValuePair
Результат System.Collections.Generic