Click or drag to resize

OriginAnyParserFindFunctionByName Method

Finds a function by name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int FindFunctionByName(
	string name
)

Parameters

name  String
The function name.

Return Value

Int32
The zero-based function index, or -1 if it was not found.
See Also