Method | Description | |
---|---|---|
GetAttributes ( ) : |
Does nothing.
|
|
GetClassName ( ) : string |
Gets the name of this class.
|
|
GetComponentName ( ) : string |
Returns null.
|
|
GetConverter ( ) : |
Returns null.
|
|
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor |
Returns null.
|
|
GetDefaultProperty ( ) : |
Returns null.
|
|
GetEditor ( |
Returns null.
|
|
GetEvents ( |
Does nothing.
|
|
GetProperties ( |
Gets the values of the multidimensional array as properties.
|
|
GetPropertyOwner ( |
Gets the owner ArrayDataView.
|
|
GetValue ( int columnIndex ) : double |
Gets the value for a given element in this row.
|
Method | Description | |
---|---|---|
ConfusionMatrixRowView ( |
||
System ( ) : |
Does nothing.
|
|
System ( ) : |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEvents ( |
||
attributes | ||
return |
public GetProperties ( |
||
attributes | ||
return |
public GetPropertyOwner ( |
||
pd | ||
return | object |
public GetValue ( int columnIndex ) : double | ||
columnIndex | int | The column index of an element. |
return | double |