iEnvelopes CLASS

GetLowerValue (int offset) METHOD (Return: double)
Retrieves low line value according to given offset. SYNTAX public double GetLowerValue (int offset) PARAMETERS offset — int RETURN d...
Sun, May 13, 2018 at 7:51 PM
GetMainValue (int offset) METHOD (Return: double)
SYNTAX public double GetMainValue (int offset) PARAMETERS offset — int RETURN double EXAMPLE using System; using System.Collecti...
Sun, May 13, 2018 at 7:52 PM
GetUpperValue (int offset) PROPERTY (Return: double)
Retrieves up line value according to given offset. SYNTAX public double GetUpperValue (int offset) PARAMETERS offset — int RETURN do...
Sun, May 13, 2018 at 7:53 PM
GetValue (int lineNumber, int offset) METHOD (Return: double)
Returns indicator value SYNTAX public double GetValue (int lineNumber,int offset) PARAMETERS lineNumber — int zero-based number of the indi...
Sun, May 13, 2018 at 7:55 PM
GetValue (int lineNumber) METHOD (Return: double)
Returns the indicator value in the last point SYNTAX public double GetValue (int lineNumber) PARAMETERS lineNumber — int zero-based number ...
Sun, May 13, 2018 at 7:56 PM
GetValue () METHOD (Return: double)
Returns the indicator value for the first line in the last point SYNTAX public double GetValue () RETURN double calculated value EXAMPLE...
Sun, May 13, 2018 at 8:00 PM