Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Range( _ ByVal sc As SeriesCollection _ ) As Series |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static Series Range( SeriesCollection sc ) |
Parameters
- sc
- A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
The range is the difference of a discrete data set is the difference between the largest and smallest
members of the data set considered.