|  | DoublePCAItem Property | 
            Gets the specified principal component.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As DoubleVector
	Get
public:
property DoubleVector^ default[int index] {
	DoubleVector^ get (int index);
}member Item : DoubleVector with get
Parameters
- index  Int32
- The (zero-based) index of the principal component to return.
Return Value
DoubleVectorThe specified principal component.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| InvalidArgumentException | Thrown if index is less
            than zero or greater than or equal to NumberOfVariables. | 
 See Also
See Also