IMathLinkPutSize Method
Specifies the size in bytes of an element being sent in textual form.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Sub PutSize (
size As Integer
)
abstract PutSize :
size : int -> unit
Parameters
- size Int32
-
The size of the data, in bytes, that will be written with the following one or more calls to PutData(Byte).