ILNumerics Ultimate VS

BaseArrayGetElementType Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the System.Type of the elements stored in this array.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public abstract Type GetElementType()

Return Value

Type: Type
Sytem.Type of the generic argument of concreate subclass instances
Remarks

[ILNumerics Core Module]

See Also

Reference