 | FloatSymEigDecompNumberOfEigenVectors Property |
Gets the number of eigenvectors computed.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumberOfEigenVectors { get; }
Public ReadOnly Property NumberOfEigenVectors As Integer
Get
public:
property int NumberOfEigenVectors {
int get ();
}
member NumberOfEigenVectors : int with get
Property Value
Type:
Int32
See Also