C# Класс MCAEmotiv.GUI.Configurations.ArtifactDetectionSettings

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
ArtifactDetectionSettings ( ) : System

Construct a settings object with the default parameter values

HasMotionArtifact ( IEnumerable trial ) : bool

Checks the trial for artifacts based on the current settings

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

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

Construct a settings object with the default parameter values
public ArtifactDetectionSettings ( ) : System
Результат System

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

Checks the trial for artifacts based on the current settings
public HasMotionArtifact ( IEnumerable trial ) : bool
trial IEnumerable
Результат bool