  | NMathFunctionsReal(DoubleBandMatrix) Method | 
            Calculates the real parts of a given matrix's elements. In this case, since there
            are no imaginary parts, this method simply returns the given matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleBandMatrix Real(
	DoubleBandMatrix A
)
Public Shared Function Real ( 
	A As DoubleBandMatrix
) As DoubleBandMatrix
public:
static DoubleBandMatrix^ Real(
	DoubleBandMatrix^ A
)
static member Real : 
        A : DoubleBandMatrix -> DoubleBandMatrix Parameters
- A  DoubleBandMatrix
 - A matrix.
 
Return Value
DoubleBandMatrixThe given matrix.
See Also