Expr   Conversion (Expr to Double)

Converts the Expr to a double value. This is the same operation as calling the AsDouble method.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public static explicit operator double (
	Expr e
)

Parameters

e  Expr
The Expr to convert.

Return Value

Double

Exceptions

ExprFormatExceptionIf the Expr cannot be converted to this format.

See Also