ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTIsOfTypeElementType Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Tests if this base array stores elements of type ElementType.

[ILNumerics Core Module]

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

public override bool IsOfType<ElementType>()

Type Parameters

ElementType
Type to test against the actual element type of this array.

Return Value

Type: Boolean
True if the elements of this array are of type ElementType. False otherwise.
Remarks

[ILNumerics Core Module]

See Also

Reference