'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("A value of the fourth row and fourth column of the matrix.")> Public Property M44 As Double
[DefaultValue(1)] [Description("A value of the fourth row and fourth column of the matrix.")] public double M44 { get; set; }
[DefaultValue(1)] [Description("A value of the fourth row and fourth column of the matrix.")] public: __property double get_M44(); public: __property void set_M44(
double value
);
[DefaultValue(1)] [Description("A value of the fourth row and fourth column of the matrix.")] public:
property double M44 { double get(); void set(double value); }
Property Value
Значение по умолчанию - 1.