The operators and type conversions of the Expr class are listed below. For a complete list of Expr class members, see the Expr Members topic.
![]() ![]() | Implements a value-based equality comparison that is similar to Mathematica's SameQ. |
![]() ![]() | Implements a value-based inequality comparison. |
![]() ![]() | Converts the Expr to a double value. This is the same operation as calling the AsDouble method. |
![]() ![]() | Converts the Expr to a long integer value. This is the same operation as calling the AsInt64 method. |
![]() ![]() | Converts the Expr to a string representation. This is the same operation as calling the ToString method. |
Expr Class | Expr Members | Wolfram.NETLink Namespace