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