|  | FloatHermitianEigDecompEigenValue Method | 
            Returns the ith eigenvalue.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic float EigenValue(
	int i
)
Public Function EigenValue ( 
	i As Integer
) As Single
public:
float EigenValue(
	int i
)
member EigenValue : 
        i : int -> float32 Parameters
- i  Int32
- Index of the eigenvalue to return (zero-based).
Return Value
SingleThe 
ith eigenvalue.
 See Also
See Also