Gets a value indicating whether this
instance is upper triangular.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override bool IsUpperTriangular { get; }
Public Overrides ReadOnly Property IsUpperTriangular As Boolean
Get
public:
virtual property bool IsUpperTriangular {
bool get () override;
}
abstract IsUpperTriangular : bool with get
override IsUpperTriangular : bool with get
Property Value
Type:
Boolean if the instance is upper triangular;
otherwise.
Numerical Libraries
Supported in: 6.0
Reference