public void ShowCovariance(
string[] desc,
double[,] covar
)Public Sub ShowCovariance (
desc As String(),
covar As Double(,)
)public:
void ShowCovariance(
array<String^>^ desc,
array<double,2>^ covar
)member ShowCovariance :
desc : string[] *
covar : float[,] -> unit