  | NMathFunctionsReal(FloatLowerTriMatrix) 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 FloatLowerTriMatrix Real(
	FloatLowerTriMatrix A
)
Public Shared Function Real ( 
	A As FloatLowerTriMatrix
) As FloatLowerTriMatrix
public:
static FloatLowerTriMatrix^ Real(
	FloatLowerTriMatrix^ A
)
static member Real : 
        A : FloatLowerTriMatrix -> FloatLowerTriMatrix Parameters
- A  FloatLowerTriMatrix
 - A matrix.
 
Return Value
FloatLowerTriMatrixThe given matrix.
See Also