MatlabDataObject.ElementType Property

Gets the CLR type of the elements of the array.

Definition

Namespace: Numerics.NET.Data.Matlab
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public abstract Type ElementType { get; }

Property Value

Type

Implements

IDataObject<TObject>.ElementType

See Also