Click or drag to resize

FunctionEvaluationScript(FunctionEvaluationScript, Boolean) Constructor

Creates a column script as a copy from another script.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FunctionEvaluationScript(
	FunctionEvaluationScript b,
	bool forModification
)

Parameters

b  FunctionEvaluationScript
The script to copy from.
forModification  Boolean
If true, the new script text can be modified.
See Also