.NET/Link API Version 1.7 USE FRAMES

Expr.Dimensions Property

Gets an array of integers representing the dimensions of this Expr. Works like the Mathematica function Dimensions.

[Visual Basic]
Public ReadOnly Property Dimensions As Integer()
[C#]
public int[] Dimensions {get;}

See Also

Expr Class | Wolfram.NETLink Namespace