'Declaration <DescriptionAttribute("A value of the fourth row and fourth column of the matrix.")> <DefaultValueAttribute(1)> Public Property M44 As Double
[Description("A value of the fourth row and fourth column of the matrix.")] [DefaultValue(1)] public double M44 { get; set; }
[Description("A value of the fourth row and fourth column of the matrix.")] [DefaultValue(1)] public: __property double get_M44(); public: __property void set_M44(
double value
);
[Description("A value of the fourth row and fourth column of the matrix.")] [DefaultValue(1)] public:
property double M44 { double get(); void set(double value); }
Property Value
Default value is 1.