'Declaration <DescriptionAttribute("The determinant of the matrix.")> Public ReadOnly Property Determinant As Double
[Description("The determinant of the matrix.")] public double Determinant { get; }
[Description("The determinant of the matrix.")] public: __property double get_Determinant();
[Description("The determinant of the matrix.")] public:
property double Determinant { double get(); }