MatrixHasInverse Property

HasInverse Property - returns true if this matrix is invertible, false otherwise.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool HasInverse { get; }

Property Value

Boolean

See Also