Matrix.IsInvertible 属性

定义

获取一个值,该值指示此 Matrix 是否可逆转。

public:
 property bool IsInvertible { bool get(); };
public bool IsInvertible { get; }
member this.IsInvertible : bool
Public ReadOnly Property IsInvertible As Boolean

属性值

如果该 Matrix 是可逆转的,则该属性为 true;否则为 false

适用于