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 になります。

適用対象