ILNumerics.Net
IsNumeric Property

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArray<(Of <(BaseT>)>)IsNumeric
ILNumerics.Net - numeric computing for .NET
Determine if this array holds numeric values
Declaration Syntax
C#Visual BasicVisual C++
public override bool IsNumeric { get; }
Public Overrides ReadOnly Property IsNumeric As Boolean
public:
virtual property bool IsNumeric {
	bool get () override;
}
Remarks
An ILArray is stated to be 'numeric' as long as its inner type is one of the following:
inner type
System.double
floating point, real, 8 bytes
System.float
floating point real, 4 bytes
ILNumerics.complex
floating point complex, 16 bytes
ILNumerics.fcomplex
floating point complex, 8 bytes
System.char
integer, real, 1 byte
System.byte
integer, real, 1 byte
System.Int16
integer, real, 2 byte
System.Int32
integer, real, 4 byte
System.Int64
integer, real, 8 byte
System.UInt16
unsigned integer, real, 2 byte
System.UInt32
unsigned integer, real, 4 byte
System.UInt64
unsigned integer, real, 8 byte

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)