SeriesSlice(Int32, Int32) Method
Takes a slice from a series.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public Series Slice(
int lower,
int upper
)
- lower Int32
- Inclusive lower bound for the argument.
- upper Int32
- Exclusive upper bound for the argument.
SeriesA slice of the original series.