Returns true if the your optimization problem is multi-dimensional, or false if it is uni-dimensional.
The uni-dimensional or multi-dimensional nature of your optimization problem is derived directly from the type of function you send to the SetFunction method. If your function class implements the MultiDimensionalSolver interface, your problem will be treated as multi-dimensional; if your class implements the UniDimensionalSolver interface, your problem will be treated as uni-dimensional.
EasySolver Class | WebCab.COM.Math.Optimization Namespace