|  | DoubleComplexSVDecompSingularValue Method | 
            Returns the specified singular value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double SingularValue(
	int i
)
Public Function SingularValue ( 
	i As Integer
) As Double
public:
double SingularValue(
	int i
)
member SingularValue : 
        i : int -> float Parameters
- i  Int32
- Index.
Return Value
DoubleThe 
ith singular value.
 Remarks
RemarksThis is the same as the ith diagonal
            element of the matrix S.
 See Also
See Also