Determines if the main diagonal elements are real values.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool IsDiagonalReal()
Visual Basic (Declaration)
Public Function IsDiagonalReal As Boolean
Visual C++
public:
bool IsDiagonalReal()

Return Value

True if the main diagonal is real;false, otherwise.

See Also