Replace elements of an array based on an conditional array.  
More...
Replace elements of an array based on an conditional array. 
If the condition array has an element as true, then the element is replaced by the array/value, otherwise no change.
- Parameters
- 
  
    | [in,out] | a | is the array whose values are replaced by bwhencondis true |  | [in] | cond | is the conditional array |  | [in] | b | is the array containing elements that replaces elements of a where condis false |  
 
 
 
- Parameters
- 
  
    | [in,out] | a | is the array whose values are replaced by bwhencondis true |  | [in] | cond | is the conditional array |  | [in] | b | is the scalar that replaces the false parts of a |  
 
 
 
- Parameters
- 
  
    | [in,out] | a | is the array whose values are replaced with values from bwhencondis true |  | [in] | cond | is the conditional array |  | [in] | b | is the array containing elements which replace elements in awhencondis true |  
 
 
 
- Parameters
- 
  
    | [in,out] | a | is the array whose values are replaced with values from bwhencondis true |  | [in] | cond | is the conditional array |  | [in] | b | is value that replaces elements in awhencondis true |