SessionProfile.GetBuiltInOperators Method

Provides the value for BuiltInOperators.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
protected abstract IEnumerable<IOperatorInfo> GetBuiltInOperators()

Return Value

IEnumerable<IOperatorInfo>
The value to be returned by BuiltInOperators.

See Also