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