ExprAsInt64 Method

Gives the Int64 value for Exprs that can be represented as integers.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public long AsInt64()

Return Value

Int64

Exceptions

ExprFormatExceptionIf the Expr cannot be converted to this format.

See Also