.NET/Link API Version 1.7 USE FRAMES

Expr Explicit Expr to Int64 Conversion 

Converts the Expr to a long integer value. This is the same operation as calling the AsInt64 method.

[Visual Basic]
returnValue = Expr.op_Explicit(e)
[C#]
public static explicit operator long(
   Expr e
);

Parameters

e
The Expr to convert.

Exceptions

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

See Also

Expr Class | Wolfram.NETLink Namespace