MACD.Length2 Property
The second length of MACD.
[Category("Parameters")]
[Description("")]
public int Length2 {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")]
[Description("")]
public:
property int Length2 {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category("Parameters")
Description("")
function get Length2() : int;
public
Category("Parameters")
Description("")
function set Length2(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition