'Declaration <DescriptionAttribute("A value indicating whether the matrix is invertible.")> Public ReadOnly Property IsInvertible As Boolean
[Description("A value indicating whether the matrix is invertible.")] public bool IsInvertible { get; }
[Description("A value indicating whether the matrix is invertible.")] public: __property bool get_IsInvertible();
[Description("A value indicating whether the matrix is invertible.")] public:
property bool IsInvertible { bool get(); }