Gets a value indicating whether all diagonal elements
of this instance are equal to 1.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsUnitDiagonal { get; }
Public Overridable ReadOnly Property IsUnitDiagonal As Boolean
Get
public:
virtual property bool IsUnitDiagonal {
bool get ();
}
abstract IsUnitDiagonal : bool with get
override IsUnitDiagonal : bool with get
Property Value
Type:
Boolean if all diagonal elements are
equal to 1;
otherwise.
Reference