.NET/Link API Version 1.7 USE FRAMES

Expr.AsDouble Method 

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

[Visual Basic]
Public Function AsDouble() As Double
[C#]
public double AsDouble();

Exceptions

Exception Type Condition
ExprFormatException If the Expr cannot be converted to this format.

See Also

Expr Class | Wolfram.NETLink Namespace