C# Класс LibiadaWeb.Models.FragmentData

The fragment data of local characteristics (sliding window).
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Characteristics double[]
Length int
Name string
Start int

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

Метод Описание
FragmentData ( double characteristics, string name, int start, int length )

Initializes a new instance of the FragmentData class.

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

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

Initializes a new instance of the FragmentData class.
public FragmentData ( double characteristics, string name, int start, int length )
characteristics double /// The characteristics values. ///
name string /// The name of the fragment. ///
start int /// The starting position of the fragment in full sequence. ///
length int /// The length of the fragment. ///

Описание свойств

Characteristics публичное свойство

The characteristics values.
public double[] Characteristics
Результат double[]

Length публичное свойство

The length of the fragment.
public int Length
Результат int

Name публичное свойство

The name of the fragment.
public string Name
Результат string

Start публичное свойство

The starting position of the fragment in full sequence.
public int Start
Результат int