Function: copyParameters()
copyParameters(
params
:Parameters
):Parameters
This function creates a deep copy of the input Parameters object. It could be used to copy the parameters and modify them without affecting the original Parameters object.
Parameters
Parameter | Type | Description |
---|---|---|
params | Parameters | The Parameters object to copy. |
Returns
A deep copy of the input Parameters object.