ExprAsDouble Method

Gives the double value for Exprs that can be represented as doubles.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public double AsDouble()

Return Value

Double

Exceptions

ExprFormatExceptionIf the Expr cannot be converted to this format.

See Also