.NET/Link API Version 1.7 USE FRAMES

Expr  Operators and Type Conversions

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.

Public Static (Shared) Operators and Type Conversions

Equality Operator Implements a value-based equality comparison that is similar to Mathematica's SameQ.
Inequality Operator Implements a value-based inequality comparison.
Explicit Expr to Double Conversion Converts the Expr to a double value. This is the same operation as calling the AsDouble method.
Explicit Expr to Int64 Conversion Converts the Expr to a long integer value. This is the same operation as calling the AsInt64 method.
Explicit Expr to String Conversion Converts the Expr to a string representation. This is the same operation as calling the ToString method.

See Also

Expr Class | Expr Members | Wolfram.NETLink Namespace