IMathLinkPut(Double) Method

Sends a double value.

Definition

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

Parameters

d  Double
The double value to send.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also