ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTIsNumeric Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets whether this array stores elements of a numeric type.

[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 IsNumeric { get; }

Property Value

Type: Boolean
Remarks

The list of such types considered 'numeric': Double, SinglecomplexfcomplexComplexByteSByteCharInt16Int32Int64UInt16UInt32UInt64. All other types are considered 'not numeric'.

[ILNumerics Core Module]

See Also

Reference