프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Undefined |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AverageAngleValueFilter ( IEnumerable |
Calculates an average of the specified sequence of IMeasurement phase angle values. Phase angles wrap, so this algorithm takes the wrapping into account when calculating the average. |
|
AverageValueFilter ( IEnumerable |
Calculates an average of the specified sequence of IMeasurement values.
|
|
Clone ( IMeasurement measurementToClone ) : |
Creates a copy of the specified measurement.
|
|
Clone ( IMeasurement measurementToClone, Ticks timestamp ) : |
Creates a copy of the specified measurement using a new timestamp.
|
|
Clone ( IMeasurement measurementToClone, double value, Ticks timestamp ) : |
Creates a copy of the specified measurement using a new value and timestamp.
|
|
CompareTo ( ITimeSeriesValue other ) : int |
Compares the Measurement with an ITimeSeriesValue. Measurement implementations should compare by hash code. |
|
CompareTo ( object obj ) : int |
Compares the Measurement 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 Measurement.
|
|
Equals ( object obj ) : bool |
Determines whether the specified Object is equal to the current Measurement.
|
|
GetHashCode ( ) : int |
Serves as a hash function for the current Measurement. Hash code based on value of measurement. |
|
MajorityValueFilter ( IEnumerable |
Returns the majority value of the specified sequence of IMeasurement values.
|
|
Measurement ( ) : System |
Constructs a new Measurement using default settings.
|
|
ToString ( ) : string |
Returns a String that represents the current Measurement.
|
|
ToString ( IMeasurement measurement, bool includeTagName = true ) : string |
Returns a String that represents the specified IMeasurement.
|
|
operator ( ) : bool |
Compares two Measurement values for equality.
|
public static AverageAngleValueFilter ( IEnumerable |
||
source | IEnumerable |
Sequence of |
리턴 | double |
public static AverageValueFilter ( IEnumerable |
||
source | IEnumerable |
Sequence of |
리턴 | double |
public static Clone ( IMeasurement measurementToClone ) : |
||
measurementToClone | IMeasurement | Specified measurement to clone. |
리턴 |
public static Clone ( IMeasurement measurementToClone, Ticks timestamp ) : |
||
measurementToClone | IMeasurement | Specified measurement to clone. |
timestamp | Ticks | New timestamp, in ticks, for cloned measurement. |
리턴 |
public static Clone ( IMeasurement measurementToClone, double value, Ticks timestamp ) : |
||
measurementToClone | IMeasurement | Specified measurement to clone. |
value | double | New value for cloned measurement. |
timestamp | Ticks | New timestamp, in ticks, for cloned measurement. |
리턴 |
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 Equals ( object obj ) : bool | ||
obj | object | The |
리턴 | bool |
public static MajorityValueFilter ( IEnumerable |
||
source | IEnumerable |
Sequence of |
리턴 | double |
public static ToString ( IMeasurement measurement, bool includeTagName = true ) : string | ||
measurement | IMeasurement | |
includeTagName | bool | Set to |
리턴 | string |