Show / Hide Table of Contents

Interface IProcessor

Describes a processor. A processor performs processing on one or more parameters, producing a single value for any given timestamp.

Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IProcessor

Properties

CurrentValue

Gets the current value.

Declaration
double CurrentValue { get; }
Property Value
Type Description
System.Double

The current value.

Back to top Generated by DocFX