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