Property | Type | Description |
---|
Method | Description | |
---|---|---|
MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System | ||
MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System |
public MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System | ||
key | string | The key of the Series |
timestamp | System.DateTime | The timestamp of the datapoint |
value | double | The datapoint value |
return | System |
public MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System | ||
key | string | |
timestamp | System.DateTime | |
value | long | |
return | System |