IKernelLinkGetArray(Type, Int32) Method
Reads an array and discards information about the heads at each level.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Array GetArray(
Type leafType,
int depth
)
Function GetArray (
leafType As Type,
depth As Integer
) As Array
Array^ GetArray(
Type^ leafType,
int depth
)
abstract GetArray :
leafType : Type *
depth : int -> Array
- leafType Type
- The type of the leaf elements of the returned array.
- depth Int32
- The requested depth.
ArrayIMathLinkGetArray(Type, Int32)
The information about the heads is lost; if you need this information you can use the alternative
overload GetArray(int type, int depth, out string[] heads), or read the expression as an Expr and
examine it using the Expr methods.
MathLinkException | If the waiting data cannot be read in this format, or on any other MathLink error. |