Functions.PrepareBuiltInFunctions Method

Prepare built-in functions according to specified SessionProfile.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static List<TermInfo> PrepareBuiltInFunctions(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Profile of the current session.

Return Value

List<TermInfo>
A list of functions info.

See Also