TimeSeries(String, String, Int32, Int32) Constructor
Initializes a new instance of the TimeSeries class.
public TimeSeries(
string name,
string description = "",
int id = -1,
int maxLength = -1
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public function TimeSeries(
name : String,
description : String,
id : int,
maxLength : int
);
This language is not supported or no code example is available.
Parameters
-
name
-
string
The name.
-
description
-
string
The description.
-
id
-
int
-
maxLength
-
int
In this article
Definition