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입니다.

적용 대상