Matrix.IsInvertible 属性
定义
获取一个值,该值指示此 Matrix 是否可逆转。Gets a value indicating whether this Matrix is invertible.
public:
property bool IsInvertible { bool get(); };
public bool IsInvertible { get; }
member this.IsInvertible : bool
Public ReadOnly Property IsInvertible As Boolean
属性值
- Boolean
如果该 Matrix 是可逆转的,则该属性为 true
;否则为 false
。This property is true
if this Matrix is invertible; otherwise, false
.
适用于