Gets a value indicating whether all diagonal elements
of this instance are equal to 1.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public virtual bool IsUnitDiagonal { get; }
|
| Visual Basic (Declaration) |
Public Overridable ReadOnly Property IsUnitDiagonal As Boolean
Get
|
| Visual C++ |
public:
virtual property bool IsUnitDiagonal {
bool get ();
}
|
| F# |
abstract IsUnitDiagonal : bool
override IsUnitDiagonal : bool
|
Field Value
true if all diagonal elements are
equal to 1;
false otherwise.
See Also