ILNumerics.Net
IsScalar Property

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArrayIsScalar
ILNumerics.Net - numeric computing for .NET
Determine if this instance is a scalar
Declaration Syntax
C#Visual BasicVisual C++
public bool IsScalar { get; }
Public ReadOnly Property IsScalar As Boolean
public:
property bool IsScalar {
	bool get ();
}
Remarks
This attribute is readonly. It returns: Dimension.NumberOfElements == 1.

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