Gets or sets the value of the first row and second column of this
LeadMatrix.
public double M12 {get; set;}
'Declaration
Public Property M12 As Double
'Usage
Dim instance As LeadMatrix
Dim value As Double
instance.M12 = value
value = instance.M12
public double M12 {get; set;}
get_M12();
set_M12(value);
Object.defineProperty('M12');
public:
property double M12 {
double get();
void set ( double value);
}
Property Value
The value of the first row and second column of this
LeadMatrix. The default value is 1.