Click or drag to resize

FitFunctionScriptCollectionRemove Method

Removes the specified script from the collection.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Remove(
	FitFunctionScript script
)

Parameters

script  FitFunctionScript
The script to remove.
See Also