Returns the number of non-empty cells.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NCells { get; }
Visual Basic (Declaration)
Public ReadOnly Property NCells As Integer
Visual C++
public:
property int NCells {
	int get ();
}

Field Value

A int containing the number of non-empty cells.

See Also