Creates a series with integer arguments given its values.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static Series<int> Create(
string name,
string? ticker,
double[] values,
SeriesType type = SeriesType.Raw
)
Parameters
- 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.
Return Value
SeriesInt32The new series.
See Also