RObject.ElementType Property

Gets the element type of the object.

Definition

Namespace: Numerics.NET.Data.R
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