Matrix.IsInvertible 属性

定义

获取一个值,该值指示这 Matrix 是否不可逆。

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

属性值

如果 true 此属性不可逆,则为 Matrix 此属性;否则为 false

适用于