Returns the dimension of the sequence.

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

Syntax

C#
int Dimension { get; }
Visual Basic (Declaration)
ReadOnly Property Dimension As Integer
Visual C++
property int Dimension {
	int get ();
}

Field Value

A int which specifies the dimension.

See Also