|  | FactorLength Property | 
            Gets the length of the data vector for this factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int Length { get; }Public ReadOnly Property Length As Integer
	Get
public:
property int Length {
	int get ();
}member Length : int with get
Return Value
Int32Returns 
this.Data.Length.
 See Also
See Also