private bool IsIndependentVariable(INArray array)
 {
     return(_builder.IsIndependentVariable(array));
 }