IMathLinkPut(Int64) Method

Sends a long integer value.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void Put(
	long i
)

Parameters

i  Int64
The long value to send.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also