Returns a new shallow copy of this function table. The entries in the table refer to the the same instances of the postfix math commands. If sub-classes use pfmc's which are not thread safe they should override this methods and set a new instance for the table.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public virtual FunctionTable ShallowCopy()
Visual Basic (Declaration)
Public Overridable Function ShallowCopy As FunctionTable
Visual C++
public:
virtual FunctionTable^ ShallowCopy()

Return Value

a new shallow copy of this function table

See Also