ILNumerics Ultimate VS

BaseArrayIsScalar Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Test if this instance is a scalar.

[ILNumerics Core Module]

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

public abstract bool IsScalar { get; }

Property Value

Type: Boolean
Remarks

This attribute is readonly. It returns: Size.NumberOfElements == 1.

[ILNumerics Core Module]

See Also

Reference