Matrix3D.HasInverse 属性

定义

获取指示是否可反转此 Matrix3D 的值。

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

属性值

Boolean

如果 Matrix3D 结构存在逆矩阵,则为 true;否则为 false。 默认值是 true

适用于