Indicates whether the diagonal elements of a triangular matrix
are all equal to one.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsUnitDiagonal { get; }
Public ReadOnly Property IsUnitDiagonal As Boolean
Get
public:
property bool IsUnitDiagonal {
bool get ();
}
member IsUnitDiagonal : bool with get
Property Value
Type:
Boolean
Reference