Class SignalConstSource<T>
- Namespace
- ScottPlot.DataSources
- Assembly
- ScottPlot.dll
public class SignalConstSource<T> : SignalSourceGenericArray<T>, ISignalSource, IDataSource where T : struct, IComparable
Type Parameters
T
- Inheritance
-
SignalConstSource<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
SignalConstSource(T[], double)
public SignalConstSource(T[] ys, double period)
Parameters
ys
T[]period
double
Fields
SegmentedTree
public readonly SegmentedTree<T> SegmentedTree
Field Value
Methods
GetLimitsY(int, int)
public override SignalRangeY GetLimitsY(int firstIndex, int lastIndex)