SeriesTCreate Method
Creates a series with integer arguments given its values.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static Series<int> Create(
string name,
string? ticker,
double[] values,
SeriesType type = SeriesType.Raw
)
- name String
- The name of the new series.
- ticker String
- Externally provided name for the series.
- values Double
- Values array.
- type SeriesType (Optional)
- Type of the series.
SeriesInt32The new series.