Show / Hide Table of Contents

Interface ICalculationModeInfo

Function calculation mode information

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

Properties

Frequency

Gets the frequency.

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

The frequency.

Mode

Gets the mode.

Declaration
CalculationMode Mode { get; }
Property Value
Type Description
CalculationMode

The mode.

Back to top Generated by DocFX