Expr Conversion (Expr to Double)
Converts the Expr to a double value. This is the same operation as calling the
AsDouble method.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public static explicit operator double (
Expr e
)
Public Shared Narrowing Operator CType (
e As Expr
) As Double
static explicit operator double (
Expr^ e
)
F# does not support the declaration of new casting operators.
- e Expr
- The Expr to convert.
Double