Entry(String) Constructor
Constructor to create an expression operand.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public Entry(
string text
)
Public Sub New (
text As String
)
public:
Entry(
String^ text
)
new :
text : string -> Entry
Parameters
- text String
- Text value of the operand.