public bool SolveSystem(
ref double[] bMatrix,
int numBColumns
)Public Function SolveSystem (
ByRef bMatrix As Double(),
numBColumns As Integer
) As Booleanpublic:
bool SolveSystem(
array<double>^% bMatrix,
int numBColumns
)member SolveSystem :
bMatrix : float[] byref *
numBColumns : int -> bool