프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
public CompareTo ( ITimeSeriesValue other ) : int | ||
other | ITimeSeriesValue | The |
리턴 | int |
public CompareTo ( object obj ) : int | ||
obj | object | The |
리턴 | int |
public Equals ( ITimeSeriesValue other ) : bool | ||
other | ITimeSeriesValue | The |
리턴 | bool |
public SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System | ||
measurement | IMeasurement | Source |
signalReference | SignalReference | Associated |
리턴 | System |