Gets the number of eigenvalues computed.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int NumberOfEigenValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfEigenValues As Integer
Visual C++
public:
property int NumberOfEigenValues {
	int get ();
}

See Also