C# Класс PhasorProtocolAdapters.SignalReferenceMeasurement

Represents an IMeasurement wrapper that is associated with a SignalReference.
Наследование: IMeasurement
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
CompareTo ( ITimeSeriesValue other ) : int

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.

Measurement implementations should compare by hash code.

CompareTo ( object obj ) : int

Compares the SignalReferenceMeasurement with the specified Object.

Measurement implementations should compare by hash code.

Equals ( ITimeSeriesValue other ) : bool

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.

SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System

Constructs a new SignalReferenceMeasurement from the specified parameters.

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

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

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.
Measurement implementations should compare by hash code.
public CompareTo ( ITimeSeriesValue other ) : int
other ITimeSeriesValue The to compare with the current .
Результат int

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

Compares the SignalReferenceMeasurement with the specified Object.
Measurement implementations should compare by hash code.
is not an .
public CompareTo ( object obj ) : int
obj object The to compare with the current .
Результат int

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

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.
public Equals ( ITimeSeriesValue other ) : bool
other ITimeSeriesValue The to compare with the current .
Результат bool

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

Constructs a new SignalReferenceMeasurement from the specified parameters.
public SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System
measurement IMeasurement Source value.
signalReference SignalReference Associated .
Результат System