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