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