'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("A value of the third row and second column of the matrix.")> Public Property M32 As Double
[DefaultValue(0)] [Description("A value of the third row and second column of the matrix.")] public double M32 { get; set; }
[DefaultValue(0)] [Description("A value of the third row and second column of the matrix.")] public: __property double get_M32(); public: __property void set_M32(
double value
);
[DefaultValue(0)] [Description("A value of the third row and second column of the matrix.")] public:
property double M32 { double get(); void set(double value); }
Property Value
Default value is 0.