프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Adder | double | ||
Key | |||
MeasurementValueFilter | MeasurementValueFilterFunction | ||
Multiplier | double | ||
TagName | string |
메소드 | 설명 | |
---|---|---|
ChangeAdder ( double adder ) : |
Creates a new instance of MeasurementMetadata using the provided adder. All other fields remain the same.
|
|
ChangeAdderMultiplier ( double adder, double multiplier ) : |
Creates a new instance of MeasurementMetadata using the provided adder and multiplier. All other fields remain the same.
|
|
ChangeKey ( |
Creates a new instance of MeasurementMetadata using the provided measurement key. All other fields remain the same.
|
|
ChangeMeasurementValueFilter ( MeasurementValueFilterFunction measurementValueFilter ) : |
Creates a new instance of MeasurementMetadata using the provided measurementValueFilter. All other fields remain the same.
|
|
ChangeMultiplier ( double multiplier ) : |
Creates a new instance of MeasurementMetadata using the provided multiplier. All other fields remain the same.
|
|
ChangeTagName ( string tagName ) : |
Creates a new instance of MeasurementMetadata using the provided tagName. All other fields remain the same.
|
|
MeasurementMetadata ( |
Creates a MeasurementMetadata
|
메소드 | 설명 | |
---|---|---|
CreateUndefinedMeasurementMetadata ( ) : void |
public ChangeAdder ( double adder ) : |
||
adder | double | The adder to set. |
리턴 |
public ChangeAdderMultiplier ( double adder, double multiplier ) : |
||
adder | double | The adder to set. |
multiplier | double | The multiplier to set. |
리턴 |
public ChangeKey ( |
||
key | The key to set. | |
리턴 |
public ChangeMeasurementValueFilter ( MeasurementValueFilterFunction measurementValueFilter ) : |
||
measurementValueFilter | MeasurementValueFilterFunction | the measurementValueFilter to set. |
리턴 |
public ChangeMultiplier ( double multiplier ) : |
||
multiplier | double | The multiplier to set. |
리턴 |
public ChangeTagName ( string tagName ) : |
||
tagName | string | The tag name to set. |
리턴 |
public MeasurementMetadata ( |
||
key | Gets or sets the primary key of this |
|
tagName | string | Gets or sets the text based tag name of this |
adder | double | Defines an offset to add to the |
multiplier | double | Defines a multiplicative offset to apply to the |
measurementValueFilter | MeasurementValueFilterFunction | Gets or sets function used to apply a down-sampling filter over a sequence of |
리턴 | System |
public MeasurementValueFilterFunction MeasurementValueFilter | ||
리턴 | MeasurementValueFilterFunction |