ExprDimensions Property

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public int[] Dimensions { get; }

Property Value

Int32

See Also