int lkreplace(
kobject src_obj,
kobject gate_obj,
double old_val,
double new_val,
int upper_tol_flag,
double upper_tol,
int lower_tol_flag,
double lower_tol,
kobject dest_obj)
The tolerance values allow the value that is being replaced to fall within a given range. the upper_tol and lower_tol values will not be used unless the corresponding flags are TRUE.
The gating functionality will be removed in a future release.
Currently, lkreplace explicitly checks the validity mask, and will not perform the operation if the masked data is invalid. This will also be updated in a future release to act more like lkarith1, where the operation will still be performed, but the mask presentation attributes are used.
none
none
$DATAMANIP/objects/library/kdatamanip/src/lkreplace.c