Matrix.IsInvertible 屬性

定義

取得指出這個 Matrix 是否可反轉的值。

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

屬性值

Boolean

如果這個 Matrix 為可逆轉的,則這個屬性為 true,否則為 false

適用於